Browse Source

Merge pull request #38 from spalladino/postgres-backup-s3/upgrade-alpine

Upgrade alpine version from 3.2 to 3.4 for pgbackup images
pull/39/head
Johannes Schickling 8 years ago
committed by GitHub
parent
commit
cbe995229f
  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