diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b67050a2..5342f5cf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -100,7 +100,7 @@ jobs: uses: openzim/docker-publish-action@v10 with: image-name: kiwix/matomo - on-master: 4.15.0-fpm + on-master: 4.15.1-fpm restrict-to: kiwix/container-images context: matomo registries: ghcr.io diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 9cd6a2d2..5d92d4b6 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:4.15.0-fpm +FROM matomo:4.15.1-fpm LABEL org.opencontainers.image.source https://github.com/kiwix/container-images ENV LIBMMDBVERSION 1.7.1