diff --git a/matomo/Dockerfile b/matomo/Dockerfile index e5b263c..a10f56a 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.3 -ARG VERSION=3.12.0 +ARG VERSION=3.13.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \