From 58b0959830d336ff8a8378122fa944fee40242d2 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 17 May 2017 03:06:03 +0200 Subject: [PATCH] piwik: update to 3.0.4 --- piwik/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piwik/Dockerfile b/piwik/Dockerfile index 35c0b4e..e99fcf9 100644 --- a/piwik/Dockerfile +++ b/piwik/Dockerfile @@ -1,6 +1,6 @@ -FROM wonderfall/nginx-php +FROM wonderfall/nginx-php:7.1 -ARG VERSION=3.0.3 +ARG VERSION=3.0.4 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \