You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Update 11 to 11.13, buster 11.13-1.pgdg100+1, stretch 11.13-1.pgdg90+1
This commit is contained in:
4
11/alpine/Dockerfile
generated
4
11/alpine/Dockerfile
generated
@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
ENV PG_MAJOR 11
|
||||
ENV PG_VERSION 11.12
|
||||
ENV PG_SHA256 87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
|
||||
ENV PG_VERSION 11.13
|
||||
ENV PG_SHA256 a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48
|
||||
|
||||
RUN set -eux; \
|
||||
\
|
||||
|
||||
2
11/buster/Dockerfile
generated
2
11/buster/Dockerfile
generated
@@ -90,7 +90,7 @@ RUN set -ex; \
|
||||
ENV PG_MAJOR 11
|
||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||
|
||||
ENV PG_VERSION 11.12-1.pgdg100+1
|
||||
ENV PG_VERSION 11.13-1.pgdg100+1
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
||||
2
11/stretch/Dockerfile
generated
2
11/stretch/Dockerfile
generated
@@ -90,7 +90,7 @@ RUN set -ex; \
|
||||
ENV PG_MAJOR 11
|
||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||
|
||||
ENV PG_VERSION 11.12-1.pgdg90+1
|
||||
ENV PG_VERSION 11.13-1.pgdg90+1
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"i386",
|
||||
"ppc64el"
|
||||
],
|
||||
"version": "11.12-1.pgdg100+1"
|
||||
"version": "11.13-1.pgdg100+1"
|
||||
},
|
||||
"debian": "stretch",
|
||||
"debianSuites": [
|
||||
@@ -44,16 +44,16 @@
|
||||
"stretch"
|
||||
],
|
||||
"major": 11,
|
||||
"sha256": "87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04",
|
||||
"sha256": "a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48",
|
||||
"stretch": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
"i386",
|
||||
"ppc64el"
|
||||
],
|
||||
"version": "11.12-1.pgdg90+1"
|
||||
"version": "11.13-1.pgdg90+1"
|
||||
},
|
||||
"version": "11.12"
|
||||
"version": "11.13"
|
||||
},
|
||||
"12": {
|
||||
"alpine": "3.14",
|
||||
|
||||
Reference in New Issue
Block a user