Merge pull request #16 from linuxserver/11.0.1

Update Dockerfile
This commit is contained in:
sparklyballs 2017-01-22 22:47:43 +00:00 committed by GitHub
commit f2e2801f68

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.0"
ENV NEXTCLOUD_VER="11.0.1"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"