From 332e4d48237fd59c81c6397bcb583bcf07087290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Thu, 6 Oct 2016 11:22:27 +0200 Subject: [PATCH] Update to Nextcloud version 10.0.1 Updated the version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a666ad4..dfda6150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -ex \ && pecl install redis-2.2.8 \ && docker-php-ext-enable apcu redis memcached -ENV NEXTCLOUD_VERSION 10.0.0 +ENV NEXTCLOUD_VERSION 10.0.1 VOLUME /var/www/html RUN curl -fsSL -o nextcloud.tar.bz2 \