You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-28 10:42:06 +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:
4
9.6/alpine/Dockerfile
generated
4
9.6/alpine/Dockerfile
generated
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
|||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 9.6
|
ENV PG_MAJOR 9.6
|
||||||
ENV PG_VERSION 9.6.23
|
ENV PG_VERSION 9.6.24
|
||||||
ENV PG_SHA256 a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9
|
ENV PG_SHA256 aeb7a196be3ebed1a7476ef565f39722187c108dd47da7489be9c4fcae982ace
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
2
9.6/bullseye/Dockerfile
generated
2
9.6/bullseye/Dockerfile
generated
@ -90,7 +90,7 @@ RUN set -ex; \
|
|||||||
ENV PG_MAJOR 9.6
|
ENV PG_MAJOR 9.6
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
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; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
2
9.6/stretch/Dockerfile
generated
2
9.6/stretch/Dockerfile
generated
@ -90,7 +90,7 @@ RUN set -ex; \
|
|||||||
ENV PG_MAJOR 9.6
|
ENV PG_MAJOR 9.6
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
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; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "9.6.23-1.pgdg110+1"
|
"version": "9.6.24-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
"debian": "stretch",
|
"debian": "stretch",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
@ -123,15 +123,15 @@
|
|||||||
"stretch"
|
"stretch"
|
||||||
],
|
],
|
||||||
"major": 9,
|
"major": 9,
|
||||||
"sha256": "a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9",
|
"sha256": "aeb7a196be3ebed1a7476ef565f39722187c108dd47da7489be9c4fcae982ace",
|
||||||
"stretch": {
|
"stretch": {
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"i386",
|
"i386",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "9.6.23-1.pgdg90+1"
|
"version": "9.6.24-1.pgdg90+1"
|
||||||
},
|
},
|
||||||
"version": "9.6.23"
|
"version": "9.6.24"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user