Update 11 to 11.14, bullseye 11.14-1.pgdg110+1, stretch 11.14-1.pgdg90+1

This commit is contained in:
Docker Library Bot 2021-11-11 11:02:24 -08:00
parent dd84d6fccb
commit b5b5a2f0b3
4 changed files with 8 additions and 8 deletions

4
11/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 11 ENV PG_MAJOR 11
ENV PG_VERSION 11.13 ENV PG_VERSION 11.14
ENV PG_SHA256 a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48 ENV PG_SHA256 965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999
RUN set -eux; \ RUN set -eux; \
\ \

View File

@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 11.13-1.pgdg110+1 ENV PG_VERSION 11.14-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

2
11/stretch/Dockerfile generated
View File

@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 11.13-1.pgdg90+1 ENV PG_VERSION 11.14-1.pgdg90+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -34,7 +34,7 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "11.13-1.pgdg110+1" "version": "11.14-1.pgdg110+1"
}, },
"debian": "stretch", "debian": "stretch",
"debianSuites": [ "debianSuites": [
@ -42,16 +42,16 @@
"stretch" "stretch"
], ],
"major": 11, "major": 11,
"sha256": "a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48", "sha256": "965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999",
"stretch": { "stretch": {
"arches": [ "arches": [
"amd64", "amd64",
"i386", "i386",
"ppc64el" "ppc64el"
], ],
"version": "11.13-1.pgdg90+1" "version": "11.14-1.pgdg90+1"
}, },
"version": "11.13" "version": "11.14"
}, },
"12": { "12": {
"alpine": "3.14", "alpine": "3.14",