Browse Source

Update alpine from 3.9 to 3.15

This adds support for PostgreSQL 14
pull/138/head
Georg Ledermann 3 years ago
parent
commit
8a9e76b9e3
No known key found for this signature in database GPG Key ID: B6D83FBDDCEFBF3
  1. 2
      postgres-backup-s3/Dockerfile
  2. 2
      postgres-restore-s3/Dockerfile

2
postgres-backup-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

2
postgres-restore-s3/Dockerfile

@ -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

Loading…
Cancel
Save