mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Update to 11.0.7
This commit is contained in:
parent
26d58913be
commit
402d9424c5
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ VOLUME /var/www/html
|
||||||
|
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 11.0.6
|
ENV NEXTCLOUD_VERSION 11.0.7
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -fsSL -o nextcloud.tar.bz2 \
|
curl -fsSL -o nextcloud.tar.bz2 \
|
||||||
|
|
|
@ -66,7 +66,7 @@ RUN set -ex; \
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 11.0.6
|
ENV NEXTCLOUD_VERSION 11.0.7
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -fsSL -o nextcloud.tar.bz2 \
|
curl -fsSL -o nextcloud.tar.bz2 \
|
||||||
|
|
Loading…
Reference in a new issue