Compare commits

..

2 Commits
42 .. 46

Author SHA1 Message Date
j0nnymoe 5177982d19 Merge pull request #17 from linuxserver/11.0.2
bump default install to 11.0.2
2017-02-28 11:04:05 +00:00
sparklyballs 8ef83db0e2 bump default install to 11.0.2 2017-02-28 10:30:11 +00:00
+1 -1
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"