summaryrefslogtreecommitdiffstats
path: root/Dockerfile-php7.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-php7.template')
-rw-r--r--Dockerfile-php7.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-php7.template b/Dockerfile-php7.template
index a0c66def..d764607f 100644
--- a/Dockerfile-php7.template
+++ b/Dockerfile-php7.template
@@ -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