From 830df3e63801dc3c846ba6b60c5420825fe92940 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 30 Oct 2019 09:06:36 +0100 Subject: [PATCH] update Matomo to 3.12.0 --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index a6d6a1b..e5b263c 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.3 -ARG VERSION=3.11.0 +ARG VERSION=3.12.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \