Update to 10.0.5
This commit is contained in:
parent
6c9dd84424
commit
2bb94165af
@ -39,7 +39,7 @@ RUN set -ex \
|
|||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 10.0.4
|
ENV NEXTCLOUD_VERSION 10.0.5
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||||
|
@ -37,7 +37,7 @@ RUN set -ex \
|
|||||||
&& pecl install redis-2.2.8 \
|
&& pecl install redis-2.2.8 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 10.0.4
|
ENV NEXTCLOUD_VERSION 10.0.5
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user