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

This commit is contained in:
Docker Library Bot 2022-05-12 11:02:21 -07:00
parent e483778176
commit e97d27525d
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.15 ENV PG_VERSION 11.16
ENV PG_SHA256 c8f58e8ebd4f4567f4f9ba1032eb3e99e0251d87cbe3e564b485590e37a879e3 ENV PG_SHA256 2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5
RUN set -eux; \ RUN set -eux; \
\ \

View File

@ -87,7 +87,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.15-1.pgdg110+1 ENV PG_VERSION 11.16-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

2
11/stretch/Dockerfile generated
View File

@ -87,7 +87,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.15-1.pgdg90+1 ENV PG_VERSION 11.16-1.pgdg90+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -34,7 +34,7 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "11.15-1.pgdg110+1" "version": "11.16-1.pgdg110+1"
}, },
"debian": "stretch", "debian": "stretch",
"debianSuites": [ "debianSuites": [
@ -42,16 +42,16 @@
"stretch" "stretch"
], ],
"major": 11, "major": 11,
"sha256": "c8f58e8ebd4f4567f4f9ba1032eb3e99e0251d87cbe3e564b485590e37a879e3", "sha256": "2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5",
"stretch": { "stretch": {
"arches": [ "arches": [
"amd64", "amd64",
"i386", "i386",
"ppc64el" "ppc64el"
], ],
"version": "11.15-1.pgdg90+1" "version": "11.16-1.pgdg90+1"
}, },
"version": "11.15" "version": "11.16"
}, },
"12": { "12": {
"alpine": "3.15", "alpine": "3.15",