From 196ccb21319a23f394b703348fa1062ba7a3e14e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 9 Jul 2018 16:31:54 -0700 Subject: Update Docker image to Alpine Linux 3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 4497c1d4..1258fe50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 VOLUME /var/www/app/data VOLUME /var/www/app/plugins -- cgit v1.2.3