From 2b1aa5224cfe78da4c016f2c934c34c9f480c99b Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 25 May 2018 12:52:40 +0200 Subject: [PATCH] [matomo] update to 3.5.1 --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 7d98324..5e11f80 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG VERSION=3.5.0 +ARG VERSION=3.5.1 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \