Update to 12.2-2.pgdg100+1
This commit is contained in:
parent
f08d426f2e
commit
71d4ab5d41
|
|
@ -84,7 +84,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
dpkgArch="$(dpkg --print-architecture)"; \
|
dpkgArch="$(dpkg --print-architecture)"; \
|
||||||
case "$dpkgArch" in \
|
case "$dpkgArch" in \
|
||||||
amd64|arm64|i386|ppc64el) \
|
amd64|i386|ppc64el) \
|
||||||
# arches officialy built by upstream
|
# 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; \
|
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue