From 4cb94933fd64232bcf6f53da24f662c24d1f22d7 Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Wed, 28 Dec 2016 17:23:19 +0000 Subject: [PATCH] Upgrade to Nextcloud 11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4838649d..853d9ef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN set -ex \ && pecl install redis-2.2.8 \ && docker-php-ext-enable apcu redis memcached -ENV NEXTCLOUD_VERSION 10.0.1 +ENV NEXTCLOUD_VERSION 11.0.0 VOLUME /var/www/html RUN curl -fsSL -o nextcloud.tar.bz2 \