mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
updates to latest
This commit is contained in:
parent
c0a71722ad
commit
e8590ef1b7
4 changed files with 4 additions and 4 deletions
|
@ -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.2
|
ENV NEXTCLOUD_VERSION 10.0.3
|
||||||
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.2
|
ENV NEXTCLOUD_VERSION 10.0.3
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||||
|
|
|
@ -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 11.0.0
|
ENV NEXTCLOUD_VERSION 11.0.1
|
||||||
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 11.0.0
|
ENV NEXTCLOUD_VERSION 11.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