1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Update 10 to 10.20, bullseye 10.20-1.pgdg110+1, stretch 10.20-1.pgdg90+1

This commit is contained in:
Docker Library Bot
2022-02-10 12:08:41 -08:00
parent 933d00a846
commit dac00caeed
4 changed files with 8 additions and 8 deletions

4
10/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 10 ENV PG_MAJOR 10
ENV PG_VERSION 10.19 ENV PG_VERSION 10.20
ENV PG_SHA256 6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239 ENV PG_SHA256 87de16d59bcfe42fa605c312c59be5e294e8a3e6acb655dd7ad47cbb930a659f
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

2
10/stretch/Dockerfile generated
View File

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

View File

@ -7,7 +7,7 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "10.19-1.pgdg110+1" "version": "10.20-1.pgdg110+1"
}, },
"debian": "stretch", "debian": "stretch",
"debianSuites": [ "debianSuites": [
@ -15,16 +15,16 @@
"stretch" "stretch"
], ],
"major": 10, "major": 10,
"sha256": "6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239", "sha256": "87de16d59bcfe42fa605c312c59be5e294e8a3e6acb655dd7ad47cbb930a659f",
"stretch": { "stretch": {
"arches": [ "arches": [
"amd64", "amd64",
"i386", "i386",
"ppc64el" "ppc64el"
], ],
"version": "10.19-1.pgdg90+1" "version": "10.20-1.pgdg90+1"
}, },
"version": "10.19" "version": "10.20"
}, },
"11": { "11": {
"alpine": "3.15", "alpine": "3.15",