From 4ae8391af6b0a328381dc0bf4927a4001efa9061 Mon Sep 17 00:00:00 2001 From: hoellen Date: Mon, 19 Nov 2018 13:19:50 +0100 Subject: [PATCH] update matomo to 3.7.0 --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 9d48757..e5215af 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG VERSION=3.6.1 +ARG VERSION=3.7.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \