Update redis to version 3.1.2

This commit is contained in:
Tilo Spannagel 2017-06-28 13:36:10 +02:00
parent 16a36a4f9a
commit e144ba4787
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ RUN a2enmod rewrite
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
RUN a2enmod rewrite

View File

@ -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

View File

@ -37,7 +37,7 @@ RUN a2enmod rewrite
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
RUN a2enmod rewrite

View File

@ -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 12.0.0

View File

@ -37,7 +37,7 @@ RUN a2enmod rewrite
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
RUN a2enmod rewrite