Skip to content

Commit 71d4ab5

Browse files
Update to 12.2-2.pgdg100+1
1 parent f08d426 commit 71d4ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN set -ex; \
8484
\
8585
dpkgArch="$(dpkg --print-architecture)"; \
8686
case "$dpkgArch" in \
87-
amd64|arm64|i386|ppc64el) \
87+
amd64|i386|ppc64el) \
8888
# arches officialy built by upstream
8989
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
9090
apt-get update; \

0 commit comments

Comments
 (0)