Browse Source
Update alpine from 3.9 to 3.15
This adds support for PostgreSQL 14
pull/138/head
Georg Ledermann
3 years ago
No known key found for this signature in database
GPG Key ID: B6D83FBDDCEFBF3
2 changed files with
2 additions and
2 deletions
-
postgres-backup-s3/Dockerfile
-
postgres-restore-s3/Dockerfile
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM alpine:3.9 |
|
|
|
FROM alpine:3.15 |
|
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM alpine:3.7 |
|
|
|
FROM alpine:3.15 |
|
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
|