From 90d0dcd0b0886c1324d49ca9e21c309bee7796b2 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Thu, 29 Mar 2018 12:10:22 +0200 Subject: [PATCH] [matomo] use php 7.2.x instead of 7.1.x --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index d8b9719..a9af51f 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,4 +1,4 @@ -FROM hoellen/nginx-php:7.1 +FROM hoellen/nginx-php:7.2 ARG VERSION=3.4.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237"