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 (5.1.0) #16958

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Update matomo (5.1.0) #16958

merged 1 commit into from
Jun 11, 2024

Conversation

rgaudin
Copy link
Contributor

@rgaudin rgaudin commented Jun 11, 2024

No description provided.

@rgaudin rgaudin requested a review from a team as a code owner June 11, 2024 17:11
Copy link

Diff for c7039d4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8b2178f..33dca2e 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.0.3-apache, 5.0-apache, 5-apache, apache, 5.0.3, 5.0, 5, latest
+Tags: 5.1.0-apache, 5.1-apache, 5-apache, apache, 5.1.0, 5.1, 5, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8137a7127656d793a7da44fdef7b147b931ba68f
+GitCommit: 417f15cd95e76177834c2055977145311c973cd1
 Directory: apache
 
-Tags: 5.0.3-fpm, 5.0-fpm, 5-fpm, fpm
+Tags: 5.1.0-fpm, 5.1-fpm, 5-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8137a7127656d793a7da44fdef7b147b931ba68f
+GitCommit: 417f15cd95e76177834c2055977145311c973cd1
 Directory: fpm
 
-Tags: 5.0.3-fpm-alpine, 5.0-fpm-alpine, 5-fpm-alpine, fpm-alpine
+Tags: 5.1.0-fpm-alpine, 5.1-fpm-alpine, 5-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8137a7127656d793a7da44fdef7b147b931ba68f
+GitCommit: 417f15cd95e76177834c2055977145311c973cd1
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 5aa4e2e..4df5dff 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.0
-matomo:5.0-apache
-matomo:5.0-fpm
-matomo:5.0-fpm-alpine
-matomo:5.0.3
-matomo:5.0.3-apache
-matomo:5.0.3-fpm
-matomo:5.0.3-fpm-alpine
+matomo:5.1
+matomo:5.1-apache
+matomo:5.1-fpm
+matomo:5.1-fpm-alpine
+matomo:5.1.0
+matomo:5.1.0-apache
+matomo:5.1.0-fpm
+matomo:5.1.0-fpm-alpine
 matomo:apache
 matomo:fpm
 matomo:fpm-alpine
diff --git a/matomo_fpm-alpine/Dockerfile b/matomo_fpm-alpine/Dockerfile
index cae6bdc..abda252 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.0.3
+ENV MATOMO_VERSION 5.1.0
 
 RUN set -ex; \
 	apk add --no-cache --virtual .fetch-deps \
diff --git a/matomo_fpm/Dockerfile b/matomo_fpm/Dockerfile
index 8b3d6d7..ebaeead 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.0.3
+ENV MATOMO_VERSION 5.1.0
 
 RUN set -ex; \
 	fetchDeps=" \
diff --git a/matomo_latest/Dockerfile b/matomo_latest/Dockerfile
index 4671910..ce268ed 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.0.3
+ENV MATOMO_VERSION 5.1.0
 
 RUN set -ex; \
 	fetchDeps=" \

Relevant Maintainers:

@rgaudin rgaudin mentioned this pull request Jun 11, 2024
18 tasks
@yosifkit yosifkit merged commit 0075d5a into docker-library:master Jun 11, 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.

None yet

2 participants