Merge pull request #42 from linuxserver/bump_12.0.2

bump default install to 12.0.2
This commit is contained in:
aptalca 2017-08-19 11:33:45 -04:00 committed by GitHub
commit be108f29c0
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -81,6 +81,7 @@ If updating to nextcloud 12 you will need to comment out line `add_header X-Fram
## Versions
+ **19.08.17:** Bump default install to 12.0.2.
+ **25.05.17:** Rebase to alpine 3.6.
+ **22.05.17:** Update to nextcloud 12.0, adding required dependecies and note about commenting out SAMEORIGIN; line.
+ **03.05.17:** Use community repo of memcached.