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