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

Update 9.6 to 9.6.23, buster 9.6.23-1.pgdg100+1, stretch 9.6.23-1.pgdg90+1

This commit is contained in:
Docker Library Bot
2021-08-12 11:22:04 -07:00
parent 7f5f6da5a1
commit 32d0897216
4 changed files with 8 additions and 8 deletions

4
9.6/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.6
ENV PG_VERSION 9.6.22
ENV PG_SHA256 3d32cd101025a0556813397c69feff3df3d63736adb8adeaf365c522f39f2930
ENV PG_VERSION 9.6.23
ENV PG_SHA256 a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9
RUN set -eux; \
\

2
9.6/buster/Dockerfile generated
View File

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

View File

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

View File

@@ -121,7 +121,7 @@
"i386",
"ppc64el"
],
"version": "9.6.22-1.pgdg100+1"
"version": "9.6.23-1.pgdg100+1"
},
"debian": "stretch",
"debianSuites": [
@@ -129,15 +129,15 @@
"stretch"
],
"major": 9,
"sha256": "3d32cd101025a0556813397c69feff3df3d63736adb8adeaf365c522f39f2930",
"sha256": "a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9",
"stretch": {
"arches": [
"amd64",
"i386",
"ppc64el"
],
"version": "9.6.22-1.pgdg90+1"
"version": "9.6.23-1.pgdg90+1"
},
"version": "9.6.22"
"version": "9.6.23"
}
}