Browse Source
Merge pull request #92 from kshilovskiy/master
Use latest alpine version
pull/94/head
Johannes Schickling
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
postgres-backup-s3/Dockerfile
-
postgres-restore-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 |
|
|
|
|
|
@ -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 |
|
|
|