Update 13 to 13.11, bullseye 13.11-1.pgdg110+1
This commit is contained in:
parent
d681c1da2f
commit
43d17d5ced
|
|
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
|||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
ENV PG_MAJOR 13
|
||||
ENV PG_VERSION 13.10
|
||||
ENV PG_SHA256 5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
|
||||
ENV PG_VERSION 13.11
|
||||
ENV PG_SHA256 4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
|
||||
|
||||
RUN set -eux; \
|
||||
\
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ RUN set -ex; \
|
|||
ENV PG_MAJOR 13
|
||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||
|
||||
ENV PG_VERSION 13.10-1.pgdg110+1
|
||||
ENV PG_VERSION 13.11-1.pgdg110+1
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
@ -94,7 +94,7 @@ RUN set -ex; \
|
|||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
amd64 | arm64 | ppc64el | s390x) \
|
||||
# arches officialy built by upstream
|
||||
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get update; \
|
||||
|
|
|
|||
|
|
@ -43,17 +43,18 @@
|
|||
"arches": [
|
||||
"amd64",
|
||||
"arm64",
|
||||
"ppc64el"
|
||||
"ppc64el",
|
||||
"s390x"
|
||||
],
|
||||
"version": "13.10-1.pgdg110+1"
|
||||
"version": "13.11-1.pgdg110+1"
|
||||
},
|
||||
"debian": "bullseye",
|
||||
"debianSuites": [
|
||||
"bullseye"
|
||||
],
|
||||
"major": 13,
|
||||
"sha256": "5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2",
|
||||
"version": "13.10"
|
||||
"sha256": "4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb",
|
||||
"version": "13.11"
|
||||
},
|
||||
"14": {
|
||||
"alpine": "3.18",
|
||||
|
|
|
|||
Loading…
Reference in New Issue