From 169b1c93b9895f37541f02541676aa12804e3041 Mon Sep 17 00:00:00 2001 From: Anish Dhanka Date: Wed, 20 Nov 2019 22:35:17 +0530 Subject: [PATCH] Update Dockerfile alpine 3.10 and postgresql 11.6-r0 , fixed pg_dump version issue --- 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 af5740d..8d508c3 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.10 LABEL maintainer="Johannes Schickling " ADD install.sh install.sh