summaryrefslogtreecommitdiffstats
path: root/12.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '12.0/apache/Dockerfile')
-rw-r--r--12.0/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile
index 767ef0b5..2002a736 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -38,7 +38,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.3 \
- && pecl install redis-3.1.2 \
+ && pecl install redis-3.1.3 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite