mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-27 05:20:54 +02:00
Update redis to version 3.1.5
This commit is contained in:
parent
3b65502b95
commit
2a4cbc594f
5 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ RUN { \
|
|||
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
|
||||
|
||||
ENV NEXTCLOUD_VERSION 11.0.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue