From 9b2559be2f13d24554516da5217950b2d41c447b Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 24 Apr 2023 17:04:38 -0700 Subject: [PATCH] Update 11 --- 11/bullseye/Dockerfile | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index 53fe1d791d..dc21b05058 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -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; \ diff --git a/versions.json b/versions.json index d214443618..fa4916cb86 100644 --- a/versions.json +++ b/versions.json @@ -5,7 +5,8 @@ "arches": [ "amd64", "arm64", - "ppc64el" + "ppc64el", + "s390x" ], "version": "11.19-1.pgdg110+1" },