From 69fdc75f302e649e5d870a538dc1ea9e8f1d44b3 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 19 Aug 2024 13:24:44 +0000 Subject: [PATCH] Upgrade matomo to 5.1.1 --- .github/workflows/matomo_ci.yml | 2 +- matomo/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matomo_ci.yml b/.github/workflows/matomo_ci.yml index cc99bb44..646d1a15 100644 --- a/.github/workflows/matomo_ci.yml +++ b/.github/workflows/matomo_ci.yml @@ -18,7 +18,7 @@ jobs: uses: openzim/docker-publish-action@v10 with: image-name: kiwix/matomo - on-master: 5.1.0-fpm + on-master: 5.1.1-fpm restrict-to: kiwix/container-images context: matomo registries: ghcr.io diff --git a/matomo/Dockerfile b/matomo/Dockerfile index c6eaf12c..8489888f 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:5.1.0-fpm +FROM matomo:5.1.1-fpm LABEL org.opencontainers.image.source https://github.com/kiwix/container-images ENV LIBMMDBVERSION 1.7.1