We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8bbb commit 88173efCopy full SHA for 88173ef
12/Dockerfile
@@ -83,7 +83,7 @@ RUN set -ex; \
83
apt-key list
84
85
ENV PG_MAJOR 12
86
-ENV PG_VERSION 12.2-2.pgdg100+1
+ENV PG_VERSION 12.3-1.pgdg100+1
87
88
RUN set -ex; \
89
\
@@ -92,7 +92,7 @@ RUN set -ex; \
92
93
dpkgArch="$(dpkg --print-architecture)"; \
94
case "$dpkgArch" in \
95
- amd64 | i386 | ppc64el) \
+ amd64 | arm64 | i386 | ppc64el) \
96
# arches officialy built by upstream
97
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
98
apt-get update; \
0 commit comments