From e4318970fbd5d02ae9464a85e093930671938980 Mon Sep 17 00:00:00 2001 From: Rathorian Date: Tue, 17 Oct 2017 20:08:30 +0200 Subject: [PATCH] Update Piwik (#246) --- piwik/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwik/Dockerfile b/piwik/Dockerfile index 629a850..a2d40e2 100644 --- a/piwik/Dockerfile +++ b/piwik/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.1 -ARG VERSION=3.1.1 +ARG VERSION=3.2.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \