summaryrefslogtreecommitdiffstats
path: root/27/apache
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-09-10 00:29:29 +0000
committerGitHub Workflow <workflow@github.com>2023-09-10 00:29:29 +0000
commit12390fb508518f03a48909aeeb6e05f0aa30e9eb (patch)
tree3a39ae7380360caf3df5f8ec87012fc0ecec87af /27/apache
parentf9ae675c1ac2aed735435e84dd1794eb28890103 (diff)
Runs update.sh
Diffstat (limited to '27/apache')
-rw-r--r--27/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 8673e77d..5adac66f 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/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-5.3.7; \
+ pecl install redis-6.0.0; \
\
docker-php-ext-enable \
apcu \