Browse Source

Update Dockerfile

alpine 3.10 version added
pull/123/head
Anish Dhanka 6 years ago
committed by GitHub
parent
commit
7ca8056feb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      postgres-restore-s3/Dockerfile

2
postgres-restore-s3/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.10
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ADD install.sh install.sh

Loading…
Cancel
Save