Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/23
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-12-19 03:27:12 +0300
committerGitHub Workflow <workflow@github.com>2021-12-19 03:27:12 +0300
commitc046638a989032c3fbea02b40b5af8fc1eb3c9d7 (patch)
tree106894624af832fd63fe70a747cfeb32c418cf38 /23
parent44a55665a364d5205d39590415448a969bfcf333 (diff)
Runs update.sh
Diffstat (limited to '23')
-rw-r--r--23/apache/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index b9d8030..cf98ef2 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -63,7 +63,7 @@ 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.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.4; \
+ pecl install redis-5.3.5; \
pecl install imagick-3.5.1; \
\
docker-php-ext-enable \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 714a188..41ef83d 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -54,7 +54,7 @@ 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.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.4; \
+ pecl install redis-5.3.5; \
pecl install imagick-3.5.1; \
\
docker-php-ext-enable \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 1fa86f2..5ef380d 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -63,7 +63,7 @@ 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.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.4; \
+ pecl install redis-5.3.5; \
pecl install imagick-3.5.1; \
\
docker-php-ext-enable \