Skip to content

Update Matomo #18966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged

Update Matomo #18966

merged 1 commit into from
May 5, 2025

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented May 3, 2025

No description provided.

@J0WI J0WI requested a review from a team as a code owner May 3, 2025 21:18
Copy link

github-actions bot commented May 3, 2025

Diff for 469faca:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2fa367e..03ccafe 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.3.1-apache, 5.3-apache, 5-apache, apache, 5.3.1, 5.3, 5, latest
+Tags: 5.3.2-apache, 5.3-apache, 5-apache, apache, 5.3.2, 5.3, 5, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 494a2297053a6de6ddabbab6bac0e240860f6e1a
+GitCommit: 82fa89f13413cae2cc185416dce5ce4a6baeb618
 Directory: apache
 
-Tags: 5.3.1-fpm, 5.3-fpm, 5-fpm, fpm
+Tags: 5.3.2-fpm, 5.3-fpm, 5-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 494a2297053a6de6ddabbab6bac0e240860f6e1a
+GitCommit: 82fa89f13413cae2cc185416dce5ce4a6baeb618
 Directory: fpm
 
-Tags: 5.3.1-fpm-alpine, 5.3-fpm-alpine, 5-fpm-alpine, fpm-alpine
+Tags: 5.3.2-fpm-alpine, 5.3-fpm-alpine, 5-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 494a2297053a6de6ddabbab6bac0e240860f6e1a
+GitCommit: 82fa89f13413cae2cc185416dce5ce4a6baeb618
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 01469e5..1826bc8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ matomo:5.3
 matomo:5.3-apache
 matomo:5.3-fpm
 matomo:5.3-fpm-alpine
-matomo:5.3.1
-matomo:5.3.1-apache
-matomo:5.3.1-fpm
-matomo:5.3.1-fpm-alpine
+matomo:5.3.2
+matomo:5.3.2-apache
+matomo:5.3.2-fpm
+matomo:5.3.2-fpm-alpine
 matomo:apache
 matomo:fpm
 matomo:fpm-alpine
diff --git a/matomo_fpm-alpine/Dockerfile b/matomo_fpm-alpine/Dockerfile
index 550440b..0fdaa05 100644
--- a/matomo_fpm-alpine/Dockerfile
+++ b/matomo_fpm-alpine/Dockerfile
@@ -58,7 +58,7 @@ RUN { \
 		echo 'opcache.fast_shutdown=1'; \
 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
 
-ENV MATOMO_VERSION 5.3.1
+ENV MATOMO_VERSION 5.3.2
 
 RUN set -ex; \
 	apk add --no-cache --virtual .fetch-deps \
diff --git a/matomo_fpm/Dockerfile b/matomo_fpm/Dockerfile
index abe77f3..e57cada 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.3.1
+ENV MATOMO_VERSION 5.3.2
 
 RUN set -ex; \
 	fetchDeps=" \
diff --git a/matomo_latest/Dockerfile b/matomo_latest/Dockerfile
index f87f8c2..54f984c 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.3.1
+ENV MATOMO_VERSION 5.3.2
 
 RUN set -ex; \
 	fetchDeps=" \

Relevant Maintainers:

@tianon tianon merged commit 908f618 into docker-library:master May 5, 2025
8 checks passed
@J0WI J0WI deleted the matomo-5.3.2 branch May 16, 2025 15:08
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.

2 participants