From 88173efa530f1a174a7ea311c5b6ee5e383f68bd Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 14 May 2020 20:11:25 +0000 Subject: [PATCH] Update to 12.3-1.pgdg100+1 --- 12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/12/Dockerfile b/12/Dockerfile index 336bfdf0d7..e3f4a7bec7 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -83,7 +83,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 12 -ENV PG_VERSION 12.2-2.pgdg100+1 +ENV PG_VERSION 12.3-1.pgdg100+1 RUN set -ex; \ \ @@ -92,7 +92,7 @@ RUN set -ex; \ \ dpkgArch="$(dpkg --print-architecture)"; \ case "$dpkgArch" in \ - amd64 | i386 | ppc64el) \ + amd64 | arm64 | i386 | ppc64el) \ # arches officialy built by upstream echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \ apt-get update; \