From 8a9e76b9e3e8803f63a9a579ea9360178bf4324c Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Fri, 26 Nov 2021 05:21:36 +0100 Subject: [PATCH] Update alpine from 3.9 to 3.15 This adds support for PostgreSQL 14 --- postgres-backup-s3/Dockerfile | 2 +- postgres-restore-s3/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index af5740d..2e3dd76 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.15 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh diff --git a/postgres-restore-s3/Dockerfile b/postgres-restore-s3/Dockerfile index 501b66d..8db500a 100644 --- a/postgres-restore-s3/Dockerfile +++ b/postgres-restore-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.15 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh