From d2258f8672ec655e6acab42ad9a0287951ae8f23 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Feb 2019 11:08:04 -0800 Subject: Update Docker image to Alpine 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 130d7e73..1da18a71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.9 VOLUME /var/www/app/data VOLUME /var/www/app/plugins -- cgit v1.2.3