From de9615170f78ed19d8497273cd135aadcb74a900 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Mon, 8 Jan 2018 10:49:04 +0100 Subject: [PATCH] Upgrades Alpine (and duplicity to 0.7.11 and more). Previous version was 0.7.07.1. This fixes issue #7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f25f50..27f64a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine:3.6 RUN set -x \ && apk add --no-cache \