From c7e9f786bbeea6e2e34857bf031c35cdf198670d Mon Sep 17 00:00:00 2001 From: Tim Rix Date: Thu, 18 Jun 2026 09:04:01 -0400 Subject: [PATCH] Update Matomo to v5.10.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f14dc27..eeb4b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:5.10.0 +FROM matomo:5.10.1 # checkov:skip=CKV_DOCKER_2:Skipping HEALTHCHECK configuration for now # checkov:skip=CKV_DOCKER_3:The container actually runs as www-data user diff --git a/README.md b/README.md index 15d841b..c1b09e4 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ See the official [Recover from lost 2FA](https://matomo.org/faq/how-to/faq_27248 * Owner: See [CODEOWNERS](./.github/CODEOWNERS) * Team: See [CODEOWNERS](./.github/CODEOWNERS) -* Last Maintenance: 2026-05 +* Last Maintenance: 2026-06 * External Documentation: * [MIT Libraries dev docs](https://mitlibraries.github.io/guides/misc/matomo.html) - includes information about setting up a website for tracking in Matomo. * [Matomo help center](https://matomo.org/help/) - offical Matomo docs. Includes user guide, developer guide, FAQ, and community support forum.