Skip to content

Conversation

@J0WI
Copy link
Contributor

@J0WI J0WI commented Nov 27, 2025

No description provided.

@J0WI J0WI requested a review from a team as a code owner November 27, 2025 13:09
@github-actions

This comment has been minimized.

@github-actions
Copy link

Diff for 4e17c7d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 93f79af..dc092f4 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,17 +1,17 @@
 Maintainers: Matomo Community (@matomo-org)
 GitRepo: https://github.com/matomo-org/docker.git
 
-Tags: 5.5.2-apache, 5.5-apache, 5-apache, apache, 5.5.2, 5.5, 5, latest
+Tags: 5.6.1-apache, 5.6-apache, 5-apache, apache, 5.6.1, 5.6, 5, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: cfbd0beaa794c8591aea94abb9b0c29b385b13a8
+GitCommit: 8bacd9a46ed27edddc63df81f9359194f9e65db8
 Directory: apache
 
-Tags: 5.5.2-fpm, 5.5-fpm, 5-fpm, fpm
+Tags: 5.6.1-fpm, 5.6-fpm, 5-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: cfbd0beaa794c8591aea94abb9b0c29b385b13a8
+GitCommit: 8bacd9a46ed27edddc63df81f9359194f9e65db8
 Directory: fpm
 
-Tags: 5.5.2-fpm-alpine, 5.5-fpm-alpine, 5-fpm-alpine, fpm-alpine
+Tags: 5.6.1-fpm-alpine, 5.6-fpm-alpine, 5-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: cfbd0beaa794c8591aea94abb9b0c29b385b13a8
+GitCommit: 8bacd9a46ed27edddc63df81f9359194f9e65db8
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index c4678ec..2523c27 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,14 +2,14 @@ matomo:5
 matomo:5-apache
 matomo:5-fpm
 matomo:5-fpm-alpine
-matomo:5.5
-matomo:5.5-apache
-matomo:5.5-fpm
-matomo:5.5-fpm-alpine
-matomo:5.5.2
-matomo:5.5.2-apache
-matomo:5.5.2-fpm
-matomo:5.5.2-fpm-alpine
+matomo:5.6
+matomo:5.6-apache
+matomo:5.6-fpm
+matomo:5.6-fpm-alpine
+matomo:5.6.1
+matomo:5.6.1-apache
+matomo:5.6.1-fpm
+matomo:5.6.1-fpm-alpine
 matomo:apache
 matomo:fpm
 matomo:fpm-alpine
diff --git a/matomo_fpm-alpine/Dockerfile b/matomo_fpm-alpine/Dockerfile
index fd273ce..f1fe0ae 100644
--- a/matomo_fpm-alpine/Dockerfile
+++ b/matomo_fpm-alpine/Dockerfile
@@ -57,7 +57,7 @@ RUN { \
 		echo 'opcache.fast_shutdown=1'; \
 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
 
-ENV MATOMO_VERSION 5.5.2
+ENV MATOMO_VERSION 5.6.1
 
 RUN set -ex; \
 	apk add --no-cache --virtual .fetch-deps \
diff --git a/matomo_fpm/Dockerfile b/matomo_fpm/Dockerfile
index d427fe5..acfc8da 100644
--- a/matomo_fpm/Dockerfile
+++ b/matomo_fpm/Dockerfile
@@ -63,7 +63,7 @@ RUN { \
 		echo 'opcache.fast_shutdown=1'; \
 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
 
-ENV MATOMO_VERSION 5.5.2
+ENV MATOMO_VERSION 5.6.1
 
 RUN set -ex; \
 	fetchDeps=" \
diff --git a/matomo_latest/Dockerfile b/matomo_latest/Dockerfile
index 1bd28bf..d33de60 100644
--- a/matomo_latest/Dockerfile
+++ b/matomo_latest/Dockerfile
@@ -63,7 +63,7 @@ RUN { \
 		echo 'opcache.fast_shutdown=1'; \
 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
 
-ENV MATOMO_VERSION 5.5.2
+ENV MATOMO_VERSION 5.6.1
 
 RUN set -ex; \
 	fetchDeps=" \

Relevant Maintainers:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant