Update 10 to 10.21, bullseye 10.21-1.pgdg110+1, stretch 10.21-1.pgdg90+1
This commit is contained in:
parent
4e56664f17
commit
780680ebfa
|
|
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 10
|
ENV PG_MAJOR 10
|
||||||
ENV PG_VERSION 10.20
|
ENV PG_VERSION 10.21
|
||||||
ENV PG_SHA256 87de16d59bcfe42fa605c312c59be5e294e8a3e6acb655dd7ad47cbb930a659f
|
ENV PG_SHA256 d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ RUN set -ex; \
|
||||||
ENV PG_MAJOR 10
|
ENV PG_MAJOR 10
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 10.20-1.pgdg110+1
|
ENV PG_VERSION 10.21-1.pgdg110+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ RUN set -ex; \
|
||||||
ENV PG_MAJOR 10
|
ENV PG_MAJOR 10
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 10.20-1.pgdg90+1
|
ENV PG_VERSION 10.21-1.pgdg90+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "10.20-1.pgdg110+1"
|
"version": "10.21-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
"debian": "stretch",
|
"debian": "stretch",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
|
|
@ -15,16 +15,16 @@
|
||||||
"stretch"
|
"stretch"
|
||||||
],
|
],
|
||||||
"major": 10,
|
"major": 10,
|
||||||
"sha256": "87de16d59bcfe42fa605c312c59be5e294e8a3e6acb655dd7ad47cbb930a659f",
|
"sha256": "d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1",
|
||||||
"stretch": {
|
"stretch": {
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"i386",
|
"i386",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "10.20-1.pgdg90+1"
|
"version": "10.21-1.pgdg90+1"
|
||||||
},
|
},
|
||||||
"version": "10.20"
|
"version": "10.21"
|
||||||
},
|
},
|
||||||
"11": {
|
"11": {
|
||||||
"alpine": "3.15",
|
"alpine": "3.15",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue