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:
parent
3b65502b95
commit
a8f6a2ff85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue