1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-26 23:21:10 +03:00

Update 9.6 to 9.6.24, bullseye 9.6.24-1.pgdg110+1, stretch 9.6.24-1.pgdg90+1

This commit is contained in:
Docker Library Bot
2021-11-11 11:35:20 -08:00
parent d29fb5f3e4
commit f99ce49a16
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.23
ENV PG_SHA256 a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9
ENV PG_VERSION 9.6.24
ENV PG_SHA256 aeb7a196be3ebed1a7476ef565f39722187c108dd47da7489be9c4fcae982ace
RUN set -eux; \
\

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.23-1.pgdg110+1
ENV PG_VERSION 9.6.24-1.pgdg110+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.23-1.pgdg90+1
ENV PG_VERSION 9.6.24-1.pgdg90+1
RUN set -ex; \
\

View File

@ -115,7 +115,7 @@
"arm64",
"ppc64el"
],
"version": "9.6.23-1.pgdg110+1"
"version": "9.6.24-1.pgdg110+1"
},
"debian": "stretch",
"debianSuites": [
@ -123,15 +123,15 @@
"stretch"
],
"major": 9,
"sha256": "a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9",
"sha256": "aeb7a196be3ebed1a7476ef565f39722187c108dd47da7489be9c4fcae982ace",
"stretch": {
"arches": [
"amd64",
"i386",
"ppc64el"
],
"version": "9.6.23-1.pgdg90+1"
"version": "9.6.24-1.pgdg90+1"
},
"version": "9.6.23"
"version": "9.6.24"
}
}