Browse Source

Use alpine:3.2 & postgres 9.4

pull/20/head
Kieran Brownlees 8 years ago
parent
commit
d73875f1ea
  1. 2
      postgres-restore-s3/Dockerfile
  2. 2
      postgres-restore-s3/install.sh

2
postgres-restore-s3/Dockerfile

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

2
postgres-restore-s3/install.sh

@ -6,7 +6,7 @@ set -e
apk update
# install pg_dump
apk add 'postgresql>9.5.0'
apk add postgresql
# install s3 tools
apk add python py-pip

Loading…
Cancel
Save