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

This commit is contained in:
Docker Library Bot 2022-02-10 11:02:47 -08:00
parent a83005b407
commit dae067313a
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
ENV PG_MAJOR 11
ENV PG_VERSION 11.14
ENV PG_SHA256 965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999
ENV PG_VERSION 11.15
ENV PG_SHA256 c8f58e8ebd4f4567f4f9ba1032eb3e99e0251d87cbe3e564b485590e37a879e3
RUN set -eux; \
\

View File

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

2
11/stretch/Dockerfile generated
View File

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

View File

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