From b4c08345113ca363ecab012f51bfafb9e808702e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Fri, 1 Dec 2017 17:40:18 -0800 Subject: [PATCH] Upgrade Docker image to Alpine Linux 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdea1f228..60c32d849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 VOLUME /var/www/app/data VOLUME /var/www/app/plugins