From b4c08345113ca363ecab012f51bfafb9e808702e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Dec 2017 17:40:18 -0800 Subject: Upgrade Docker image to Alpine Linux 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index bdea1f22..60c32d84 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 -- cgit v1.2.3