Skip to content
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

Update Matomo #18153

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Update Matomo #18153

merged 1 commit into from
Dec 24, 2024

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Dec 21, 2024

No description provided.

@J0WI J0WI requested a review from a team as a code owner December 21, 2024 01:14
Copy link

Diff for dbfdb9c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8c1c185..38a464d 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.2.0-apache, 5.2-apache, 5-apache, apache, 5.2.0, 5.2, 5, latest
+Tags: 5.2.1-apache, 5.2-apache, 5-apache, apache, 5.2.1, 5.2, 5, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 3e696d5aa7869c243774658282c07307e65723a6
+GitCommit: b9ae2e0b9147993c98de27c30778fe42c1fe2356
 Directory: apache
 
-Tags: 5.2.0-fpm, 5.2-fpm, 5-fpm, fpm
+Tags: 5.2.1-fpm, 5.2-fpm, 5-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 3e696d5aa7869c243774658282c07307e65723a6
+GitCommit: b9ae2e0b9147993c98de27c30778fe42c1fe2356
 Directory: fpm
 
-Tags: 5.2.0-fpm-alpine, 5.2-fpm-alpine, 5-fpm-alpine, fpm-alpine
+Tags: 5.2.1-fpm-alpine, 5.2-fpm-alpine, 5-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 3e696d5aa7869c243774658282c07307e65723a6
+GitCommit: b9ae2e0b9147993c98de27c30778fe42c1fe2356
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index ea28abf..9913a24 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ matomo:5.2
 matomo:5.2-apache
 matomo:5.2-fpm
 matomo:5.2-fpm-alpine
-matomo:5.2.0
-matomo:5.2.0-apache
-matomo:5.2.0-fpm
-matomo:5.2.0-fpm-alpine
+matomo:5.2.1
+matomo:5.2.1-apache
+matomo:5.2.1-fpm
+matomo:5.2.1-fpm-alpine
 matomo:apache
 matomo:fpm
 matomo:fpm-alpine
diff --git a/matomo_fpm-alpine/Dockerfile b/matomo_fpm-alpine/Dockerfile
index 5a5d104..079f3a3 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.2.0
+ENV MATOMO_VERSION 5.2.1
 
 RUN set -ex; \
 	apk add --no-cache --virtual .fetch-deps \
diff --git a/matomo_fpm/Dockerfile b/matomo_fpm/Dockerfile
index c634105..918438a 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.2.0
+ENV MATOMO_VERSION 5.2.1
 
 RUN set -ex; \
 	fetchDeps=" \
diff --git a/matomo_latest/Dockerfile b/matomo_latest/Dockerfile
index c4e09e3..7c383f2 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.2.0
+ENV MATOMO_VERSION 5.2.1
 
 RUN set -ex; \
 	fetchDeps=" \

Relevant Maintainers:

@tianon tianon merged commit 379ee52 into docker-library:master Dec 24, 2024
8 checks passed
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