mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
Update redis to version 3.1.2
This commit is contained in:
parent
16a36a4f9a
commit
e144ba4787
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ RUN { \
|
|||
RUN set -ex \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-3.1.1 \
|
||||
&& pecl install redis-3.1.2 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
||||
ENV NEXTCLOUD_VERSION 11.0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue