From 8ff11cd5ae43e73fd84d0b2bc8aa88537fe18649 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 11 May 2023 11:18:26 -0700 Subject: [PATCH] Update 14 to 14.8, bullseye 14.8-1.pgdg110+1 --- 14/alpine/Dockerfile | 4 ++-- 14/bullseye/Dockerfile | 4 ++-- versions.json | 9 +++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/14/alpine/Dockerfile b/14/alpine/Dockerfile index 974f1bc864..0d0dd7f3aa 100644 --- a/14/alpine/Dockerfile +++ b/14/alpine/Dockerfile @@ -23,8 +23,8 @@ ENV LANG en_US.utf8 RUN mkdir /docker-entrypoint-initdb.d ENV PG_MAJOR 14 -ENV PG_VERSION 14.7 -ENV PG_SHA256 cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331 +ENV PG_VERSION 14.8 +ENV PG_SHA256 39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a RUN set -eux; \ \ diff --git a/14/bullseye/Dockerfile b/14/bullseye/Dockerfile index 81dc615de1..7ceffde11b 100644 --- a/14/bullseye/Dockerfile +++ b/14/bullseye/Dockerfile @@ -84,7 +84,7 @@ RUN set -ex; \ ENV PG_MAJOR 14 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 14.7-1.pgdg110+1 +ENV PG_VERSION 14.8-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; \ diff --git a/versions.json b/versions.json index 4adb710048..a9d838c63d 100644 --- a/versions.json +++ b/versions.json @@ -62,17 +62,18 @@ "arches": [ "amd64", "arm64", - "ppc64el" + "ppc64el", + "s390x" ], - "version": "14.7-1.pgdg110+1" + "version": "14.8-1.pgdg110+1" }, "debian": "bullseye", "debianSuites": [ "bullseye" ], "major": 14, - "sha256": "cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331", - "version": "14.7" + "sha256": "39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a", + "version": "14.8" }, "15": { "alpine": "3.18",