Skip to content

Commit 88173ef

Browse files
Update to 12.3-1.pgdg100+1
1 parent 0de8bbb commit 88173ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

12/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -ex; \
8383
apt-key list
8484

8585
ENV PG_MAJOR 12
86-
ENV PG_VERSION 12.2-2.pgdg100+1
86+
ENV PG_VERSION 12.3-1.pgdg100+1
8787

8888
RUN set -ex; \
8989
\
@@ -92,7 +92,7 @@ RUN set -ex; \
9292
\
9393
dpkgArch="$(dpkg --print-architecture)"; \
9494
case "$dpkgArch" in \
95-
amd64 | i386 | ppc64el) \
95+
amd64 | arm64 | i386 | ppc64el) \
9696
# arches officialy built by upstream
9797
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
9898
apt-get update; \

0 commit comments

Comments
 (0)