Browse Source
Update Dockerfile
alpine 3.10 and postgresql 11.6-r0 , fixed pg_dump version issue
pull/122/head
Anish Dhanka
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
postgres-backup-s3/Dockerfile
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM alpine:3.9 |
|
|
|
FROM alpine:3.10 |
|
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
|
|