Update 10 to 10.18, buster 10.18-1.pgdg100+1, stretch 10.18-1.pgdg90+1
This commit is contained in:
parent
32d0897216
commit
a7a749d0ce
|
|
@ -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.17
|
ENV PG_VERSION 10.18
|
||||||
ENV PG_SHA256 5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c
|
ENV PG_SHA256 57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,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.17-1.pgdg100+1
|
ENV PG_VERSION 10.18-1.pgdg100+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,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.17-1.pgdg90+1
|
ENV PG_VERSION 10.18-1.pgdg90+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"i386",
|
"i386",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "10.17-1.pgdg100+1"
|
"version": "10.18-1.pgdg100+1"
|
||||||
},
|
},
|
||||||
"debian": "stretch",
|
"debian": "stretch",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
|
|
@ -16,16 +16,16 @@
|
||||||
"stretch"
|
"stretch"
|
||||||
],
|
],
|
||||||
"major": 10,
|
"major": 10,
|
||||||
"sha256": "5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c",
|
"sha256": "57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801",
|
||||||
"stretch": {
|
"stretch": {
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"i386",
|
"i386",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "10.17-1.pgdg90+1"
|
"version": "10.18-1.pgdg90+1"
|
||||||
},
|
},
|
||||||
"version": "10.17"
|
"version": "10.18"
|
||||||
},
|
},
|
||||||
"11": {
|
"11": {
|
||||||
"alpine": "3.14",
|
"alpine": "3.14",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue