From f78961b2cb28b68f004503d657a53be2b058ab13 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Wed, 28 Mar 2018 09:46:45 +0200 Subject: [PATCH] [matomo] update to 3.4.0 --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 31cd47a..d8b9719 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.1 -ARG VERSION=3.3.0 +ARG VERSION=3.4.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \