Update 11

This commit is contained in:
Docker Library Bot 2023-04-24 17:04:38 -07:00
parent 3db64a0e20
commit 9b2559be2f
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,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; \

View File

@ -5,7 +5,8 @@
"arches": [
"amd64",
"arm64",
"ppc64el"
"ppc64el",
"s390x"
],
"version": "11.19-1.pgdg110+1"
},