summaryrefslogtreecommitdiffstats
path: root/14.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '14.0/apache/Dockerfile')
-rw-r--r--14.0/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 38ce18e8..7d9d12d7 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/Dockerfile
@@ -55,7 +55,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.17; \
pecl install memcached-3.1.3; \
- pecl install redis-4.2.0; \
+ pecl install redis-4.3.0; \
pecl install imagick-3.4.3; \
\
docker-php-ext-enable \