0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00

Update to redis version 3.1.1

This commit is contained in:
Tilo Spannagel 2017-02-15 19:47:59 +01:00
parent 31140a21fa
commit 14c6743817
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
7 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

View file

@ -34,7 +34,7 @@ RUN { \
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 10.0.3

View file

@ -35,7 +35,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

View file

@ -34,7 +34,7 @@ RUN { \
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 11.0.1

View file

@ -35,7 +35,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

View file

@ -34,7 +34,7 @@ RUN { \
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 9.0.56

View file

@ -35,7 +35,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.2 \
&& pecl install redis-2.2.8 \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite