Update redis to version 3.1.4

This commit is contained in:
Tilo Spannagel 2017-09-27 13:03:27 +02:00
parent 650e4b3248
commit 57edb879dc
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
5 changed files with 5 additions and 5 deletions

View File

@ -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.3 \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

View File

@ -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.3 \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 11.0.5

View File

@ -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.3 \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

View File

@ -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.3 \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 12.0.3

View File

@ -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.3 \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite