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