Browse Source

Use latest alpine versions

pull/92/head
Konstantin Shilovskiy 6 years ago
parent
commit
ce7af27ab9
  1. 2
      postgres-backup-s3/Dockerfile
  2. 2
      postgres-restore-s3/Dockerfile

2
postgres-backup-s3/Dockerfile

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

2
postgres-restore-s3/Dockerfile

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

Loading…
Cancel
Save