Update 13 to 13.4, buster 13.4-1.pgdg100+1
This commit is contained in:
parent
cf175692c1
commit
7f5f6da5a1
|
|
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 13
|
ENV PG_MAJOR 13
|
||||||
ENV PG_VERSION 13.3
|
ENV PG_VERSION 13.4
|
||||||
ENV PG_SHA256 3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1
|
ENV PG_SHA256 ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ RUN set -ex; \
|
||||||
ENV PG_MAJOR 13
|
ENV PG_MAJOR 13
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 13.3-1.pgdg100+1
|
ENV PG_VERSION 13.4-1.pgdg100+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -83,15 +83,15 @@
|
||||||
"i386",
|
"i386",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "13.3-1.pgdg100+1"
|
"version": "13.4-1.pgdg100+1"
|
||||||
},
|
},
|
||||||
"debian": "buster",
|
"debian": "buster",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
"buster"
|
"buster"
|
||||||
],
|
],
|
||||||
"major": 13,
|
"major": 13,
|
||||||
"sha256": "3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1",
|
"sha256": "ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd",
|
||||||
"version": "13.3"
|
"version": "13.4"
|
||||||
},
|
},
|
||||||
"14": {
|
"14": {
|
||||||
"alpine": "3.14",
|
"alpine": "3.14",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue