mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Merge pull request #138 from nextcloud/redis-3.1.3
Update redis to version 3.1.3
This commit is contained in:
commit
7e50b222af
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ RUN { \
|
|||
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
|
||||
|
||||
ENV NEXTCLOUD_VERSION 11.0.4
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ RUN { \
|
|||
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
|
||||
|
||||
ENV NEXTCLOUD_VERSION 12.0.1
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue