-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update Nextcloud #15471
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
Update Nextcloud #15471
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for f4409fa:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 56a4659..285c2e7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,45 +3,45 @@ GitRepo: https://github.com/nextcloud/docker.git
Tags: 25.0.12-apache, 25.0-apache, 25-apache, 25.0.12, 25.0, 25
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 25/apache
Tags: 25.0.12-fpm, 25.0-fpm, 25-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 25/fpm
Tags: 25.0.12-fpm-alpine, 25.0-fpm-alpine, 25-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 25/fpm-alpine
Tags: 26.0.7-apache, 26.0-apache, 26-apache, 26.0.7, 26.0, 26
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 26/apache
Tags: 26.0.7-fpm, 26.0-fpm, 26-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 26/fpm
Tags: 26.0.7-fpm-alpine, 26.0-fpm-alpine, 26-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 26/fpm-alpine
Tags: 27.1.1-apache, 27.1-apache, 27-apache, apache, stable-apache, production-apache, 27.1.1, 27.1, 27, latest, stable, production
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 27/apache
Tags: 27.1.1-fpm, 27.1-fpm, 27-fpm, fpm, stable-fpm, production-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 27/fpm
Tags: 27.1.1-fpm-alpine, 27.1-fpm-alpine, 27-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b008ff8bb71977e40aaf60293cb00d2612d5ccc5
+GitCommit: fef9785e235f1ff05f9a4c2eb81b5f46155ef917
Directory: 27/fpm-alpine
diff --git a/nextcloud_25-fpm-alpine/Dockerfile b/nextcloud_25-fpm-alpine/Dockerfile
index 732880e..a38041e 100644
--- a/nextcloud_25-fpm-alpine/Dockerfile
+++ b/nextcloud_25-fpm-alpine/Dockerfile
@@ -56,7 +56,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_25-fpm/Dockerfile b/nextcloud_25-fpm/Dockerfile
index 807b04e..484a4df 100644
--- a/nextcloud_25-fpm/Dockerfile
+++ b/nextcloud_25-fpm/Dockerfile
@@ -65,7 +65,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_25/Dockerfile b/nextcloud_25/Dockerfile
index fd95b82..9d6b648 100644
--- a/nextcloud_25/Dockerfile
+++ b/nextcloud_25/Dockerfile
@@ -65,7 +65,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_26-fpm-alpine/Dockerfile b/nextcloud_26-fpm-alpine/Dockerfile
index 182c524..84d3911 100644
--- a/nextcloud_26-fpm-alpine/Dockerfile
+++ b/nextcloud_26-fpm-alpine/Dockerfile
@@ -57,7 +57,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_26-fpm/Dockerfile b/nextcloud_26-fpm/Dockerfile
index 3da5d64..1c1dbbb 100644
--- a/nextcloud_26-fpm/Dockerfile
+++ b/nextcloud_26-fpm/Dockerfile
@@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_26/Dockerfile b/nextcloud_26/Dockerfile
index 09268fe..7901e0d 100644
--- a/nextcloud_26/Dockerfile
+++ b/nextcloud_26/Dockerfile
@@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_production-fpm-alpine/Dockerfile
index d3e6cca..8635955 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_production-fpm-alpine/Dockerfile
@@ -57,7 +57,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_production-fpm/Dockerfile
index b010806..9ed15a7 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_production-fpm/Dockerfile
@@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \
diff --git a/nextcloud_production/Dockerfile b/nextcloud_production/Dockerfile
index 9a1670e..81838fd 100644
--- a/nextcloud_production/Dockerfile
+++ b/nextcloud_production/Dockerfile
@@ -66,7 +66,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
- pecl install redis-6.0.0; \
+ pecl install redis-6.0.1; \
\
docker-php-ext-enable \
apcu \ Relevant Maintainers:
|
yosifkit
approved these changes
Oct 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.