summaryrefslogtreecommitdiffstats
path: root/21.0-beta/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '21.0-beta/apache/Dockerfile')
-rw-r--r--21.0-beta/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/21.0-beta/apache/Dockerfile b/21.0-beta/apache/Dockerfile
index c638e701..4151272c 100644
--- a/21.0-beta/apache/Dockerfile
+++ b/21.0-beta/apache/Dockerfile
@@ -60,7 +60,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.19; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.2; \
+ pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \