From 64dbb73d8b7de2e85762d31ae63b3d195eb8e4b4 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 4 Dec 2023 10:50:00 +0100 Subject: [PATCH] Upgrade to Matomo 4.16.0 --- .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 e75be55f..a4973998 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: 4.15.1-fpm + on-master: 4.16.0-fpm restrict-to: kiwix/container-images context: matomo registries: ghcr.io diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 5d92d4b6..52673c82 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:4.15.1-fpm +FROM matomo:4.16.0-fpm LABEL org.opencontainers.image.source https://github.com/kiwix/container-images ENV LIBMMDBVERSION 1.7.1