From ce7af27ab9a590ace8006b4a81024b932269775e Mon Sep 17 00:00:00 2001 From: Konstantin Shilovskiy Date: Sun, 4 Mar 2018 19:24:40 +0100 Subject: [PATCH] Use latest alpine versions --- 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 d505a7d..d5eed1c 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine:3.7 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh diff --git a/postgres-restore-s3/Dockerfile b/postgres-restore-s3/Dockerfile index b80cf2a..501b66d 100644 --- a/postgres-restore-s3/Dockerfile +++ b/postgres-restore-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM alpine:3.7 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh