From e93fa8ad3ed3230c7b6e04a2de7d9d960a653760 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Tue, 8 May 2018 14:41:31 +0200 Subject: [PATCH] [matomo] update to 3.5.0 --- matomo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index a9af51f..7d98324 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG VERSION=3.4.0 +ARG VERSION=3.5.0 ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237" ENV UID=991 GID=991 \ @@ -24,7 +24,7 @@ RUN BUILD_DEPS=" \ && pecl install geoip-1.1.1 \ && echo 'extension=geoip.so' >> /php/conf.d/geoip.ini \ && mkdir /matomo && cd /tmp \ - && MATOMO_TARBALL="piwik-${VERSION}.tar.gz" \ + && MATOMO_TARBALL="matomo-${VERSION}.tar.gz" \ && wget -q https://builds.matomo.org/${MATOMO_TARBALL} \ && wget -q https://builds.matomo.org/${MATOMO_TARBALL}.asc \ && wget -q https://builds.matomo.org/signature.asc \