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 #9861

Merged
merged 1 commit into from
Mar 25, 2021
Merged

Update Matomo #9861

merged 1 commit into from
Mar 25, 2021

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Mar 25, 2021

No description provided.

@github-actions
Copy link

Diff for d62bbc1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d79490e..6344072 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,15 +3,15 @@ GitRepo: https://github.com/matomo-org/docker.git
 
 Tags: 4.2.1-apache, 4.2-apache, 4-apache, apache, 4.2.1, 4.2, 4, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 63bc1cfa0361154750ab9d6aa9f75cb3a11474e8
+GitCommit: 56ea9f5137c2a7fc41389da3db7bae75d2f8a275
 Directory: apache
 
 Tags: 4.2.1-fpm, 4.2-fpm, 4-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 63bc1cfa0361154750ab9d6aa9f75cb3a11474e8
+GitCommit: 56ea9f5137c2a7fc41389da3db7bae75d2f8a275
 Directory: fpm
 
 Tags: 4.2.1-fpm-alpine, 4.2-fpm-alpine, 4-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 63bc1cfa0361154750ab9d6aa9f75cb3a11474e8
+GitCommit: 56ea9f5137c2a7fc41389da3db7bae75d2f8a275
 Directory: fpm-alpine
diff --git a/matomo_fpm-alpine/Dockerfile b/matomo_fpm-alpine/Dockerfile
index 68f7b70..6a847c4 100644
--- a/matomo_fpm-alpine/Dockerfile
+++ b/matomo_fpm-alpine/Dockerfile
@@ -28,13 +28,14 @@ RUN set -ex; \
 	; \
 	\
 # pecl will claim success even if one install fails, so we need to perform each install separately
-	pecl install APCu-5.1.19; \
-	pecl install redis-5.3.2; \
+	pecl install APCu-5.1.20; \
+	pecl install redis-5.3.4; \
 	\
 	docker-php-ext-enable \
 		apcu \
 		redis \
 	; \
+	rm -r /tmp/pear; \
 	\
 	runDeps="$( \
 		scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions \
diff --git a/matomo_fpm/Dockerfile b/matomo_fpm/Dockerfile
index b256d72..0199527 100644
--- a/matomo_fpm/Dockerfile
+++ b/matomo_fpm/Dockerfile
@@ -28,13 +28,14 @@ RUN set -ex; \
 	; \
 	\
 # pecl will claim success even if one install fails, so we need to perform each install separately
-	pecl install APCu-5.1.19; \
-	pecl install redis-5.3.2; \
+	pecl install APCu-5.1.20; \
+	pecl install redis-5.3.4; \
 	\
 	docker-php-ext-enable \
 		apcu \
 		redis \
 	; \
+	rm -r /tmp/pear; \
 	\
 # reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
 	apt-mark auto '.*' > /dev/null; \
diff --git a/matomo_latest/Dockerfile b/matomo_latest/Dockerfile
index ae8c85b..bf44c9e 100644
--- a/matomo_latest/Dockerfile
+++ b/matomo_latest/Dockerfile
@@ -28,13 +28,14 @@ RUN set -ex; \
 	; \
 	\
 # pecl will claim success even if one install fails, so we need to perform each install separately
-	pecl install APCu-5.1.19; \
-	pecl install redis-5.3.2; \
+	pecl install APCu-5.1.20; \
+	pecl install redis-5.3.4; \
 	\
 	docker-php-ext-enable \
 		apcu \
 		redis \
 	; \
+	rm -r /tmp/pear; \
 	\
 # reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
 	apt-mark auto '.*' > /dev/null; \

@yosifkit yosifkit merged commit ec9a28b into docker-library:master Mar 25, 2021
@J0WI J0WI deleted the matomo-pecl branch March 25, 2021 23:38
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