From e677265f3f3e7c17a727b04cad41f32aefab8cf3 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 8 Jan 2024 15:40:04 +0100 Subject: [PATCH] Update to Matomo 5.0.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 c3773ffa..587e0b64 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.0.0-fpm + on-master: 5.0.1-fpm restrict-to: kiwix/container-images context: matomo registries: ghcr.io diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 0732bcf6..74f5e9fe 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:5.0.0-fpm +FROM matomo:5.0.1-fpm LABEL org.opencontainers.image.source https://github.com/kiwix/container-images ENV LIBMMDBVERSION 1.7.1