From e17ef9a0fd325d4b69826ee83220cb1111d968f3 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 21 Aug 2016 15:46:29 +0200 Subject: [PATCH] nextcloud: update to 10.0RC1 --- nextcloud/10.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/10.0/Dockerfile b/nextcloud/10.0/Dockerfile index bc03a54..07e4726 100644 --- a/nextcloud/10.0/Dockerfile +++ b/nextcloud/10.0/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.4 MAINTAINER Wonderfall -ARG NEXTCLOUD_VERSION=10.0beta +ARG NEXTCLOUD_VERSION=10.0RC1 ENV GID=991 UID=991 @@ -65,6 +65,6 @@ VOLUME /data /config /apps2 EXPOSE 80 LABEL description="A server software for creating file hosting services" \ - nextcloud="Nextcloud ${NEXTCLOUD_VERSION}" + nextcloud="Nextcloud 10.0 RC1" CMD ["/sbin/tini","--","run.sh"]