From 0d2695edab1fc586ab597df2fbd0ea6f13e3e929 Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 4 Jul 2019 10:32:39 +0200 Subject: [PATCH] use php 7.3 image and update matomo to 3.10.0 --- matomo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index ddd0480..618c90d 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ -FROM hoellen/nginx-php:7.2 +FROM hoellen/nginx-php:7.3 -ARG VERSION=3.9.1 +ARG VERSION=3.10.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \