0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00

Update redis to version 3.1.5

This commit is contained in:
Tilo Spannagel 2017-12-22 13:01:35 +01:00
parent 3b65502b95
commit a8f6a2ff85
No known key found for this signature in database
GPG key ID: B89F1626A58E1429

View file

@ -38,7 +38,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite