1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Update 10 to 10.18, buster 10.18-1.pgdg100+1, stretch 10.18-1.pgdg90+1

This commit is contained in:
Docker Library Bot
2021-08-12 11:53:12 -07:00
parent 32d0897216
commit a7a749d0ce
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
ENV PG_MAJOR 10
ENV PG_VERSION 10.17
ENV PG_SHA256 5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c
ENV PG_VERSION 10.18
ENV PG_SHA256 57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801
RUN set -eux; \
\

2
10/buster/Dockerfile generated
View File

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

2
10/stretch/Dockerfile generated
View File

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

View File

@@ -8,7 +8,7 @@
"i386",
"ppc64el"
],
"version": "10.17-1.pgdg100+1"
"version": "10.18-1.pgdg100+1"
},
"debian": "stretch",
"debianSuites": [
@@ -16,16 +16,16 @@
"stretch"
],
"major": 10,
"sha256": "5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c",
"sha256": "57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801",
"stretch": {
"arches": [
"amd64",
"i386",
"ppc64el"
],
"version": "10.17-1.pgdg90+1"
"version": "10.18-1.pgdg90+1"
},
"version": "10.17"
"version": "10.18"
},
"11": {
"alpine": "3.14",