mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Merge pull request #12 from SnowMB/patch-1
Update to Nextcloud version 10.0.1
This commit is contained in:
commit
27a65a5012
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,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.0
|
ENV NEXTCLOUD_VERSION 10.0.1
|
||||||
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 a new issue