From e3715ddf350adb8d727809fc2509ed6f8243c6cd Mon Sep 17 00:00:00 2001 From: Ellis Percival Date: Wed, 6 Feb 2019 16:35:10 +0000 Subject: [PATCH] Update alpine from 3.7 to 3.9 --- postgres-backup-s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index d5eed1c..af5740d 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.9 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh