Browse Source

Upgrade alpine version from 3.2 to 3.4 for pgbackup images

Version 3.2 has an incompatibility with docker cloud: it cannot
resolve services, due to a resolv.conf issue. Latest version seems
to work fine.
pull/38/head
Santiago Palladino 8 years ago
parent
commit
51d17b5836
  1. 2
      postgres-backup-s3/Dockerfile
  2. 2
      postgres-restore-s3/Dockerfile

2
postgres-backup-s3/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.2
FROM alpine:3.4
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh

2
postgres-restore-s3/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.2
FROM alpine:3.4
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh

Loading…
Cancel
Save