Skip to content

Commit

Permalink
Update to 12.3-1.pgdg100+1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 14, 2020
1 parent 0de8bbb commit 88173ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12/Dockerfile
Expand Up @@ -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; \
\
Expand All @@ -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; \
Expand Down

0 comments on commit 88173ef

Please sign in to comment.