Merge pull request #17 from linuxserver/11.0.2

bump default install to 11.0.2
This commit is contained in:
j0nnymoe 2017-02-28 11:04:05 +00:00 committed by GitHub
commit 5177982d19

View File

@ -7,7 +7,7 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ENV NEXTCLOUD_VER="11.0.1"
ENV NEXTCLOUD_VER="11.0.2"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"