summaryrefslogtreecommitdiffstats
path: root/26/fpm
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-09-24 00:28:00 +0000
committerGitHub Workflow <workflow@github.com>2023-09-24 00:28:00 +0000
commitfef9785e235f1ff05f9a4c2eb81b5f46155ef917 (patch)
tree9dfc70936a536bc5c6798954cab1fe4c4911f464 /26/fpm
parent766fd4e078fa9287b143b508835dbf1941852cc2 (diff)
Runs update.sh
Diffstat (limited to '26/fpm')
-rw-r--r--26/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index 3da5d641..1c1dbbbc 100644
--- a/26/fpm/Dockerfile
+++ b/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 \