Update 14 to 14.4, bullseye 14.4-1.pgdg110+1

This commit is contained in:
Docker Library Bot 2022-06-17 05:02:33 -07:00
parent b979def1c4
commit 2f6878ca85
3 changed files with 6 additions and 6 deletions

4
14/alpine/Dockerfile generated
View File

@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.3 ENV PG_VERSION 14.4
ENV PG_SHA256 279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38 ENV PG_SHA256 c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a
RUN set -eux; \ RUN set -eux; \
\ \

View File

@ -87,7 +87,7 @@ RUN set -ex; \
ENV PG_MAJOR 14 ENV PG_MAJOR 14
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 14.3-1.pgdg110+1 ENV PG_VERSION 14.4-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -97,15 +97,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "14.3-1.pgdg110+1" "version": "14.4-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 14, "major": 14,
"sha256": "279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38", "sha256": "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a",
"version": "14.3" "version": "14.4"
}, },
"15": { "15": {
"alpine": "3.16", "alpine": "3.16",