Update redis to version 3.1.5

This commit is contained in:
Tilo Spannagel 2017-12-22 13:01:35 +01:00
parent 3b65502b95
commit 2a4cbc594f
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.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& 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.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 11.0.6

View File

@ -38,7 +38,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& 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.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 12.0.4

View File

@ -38,7 +38,7 @@ RUN a2enmod rewrite
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.4 \
&& pecl install redis-3.1.5 \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite