Merge pull request #43 from linuxserver/bump_12.03

bump default install to 12.0.3
This commit is contained in:
sparklyballs 2017-09-21 09:31:55 +01:00 committed by GitHub
commit a8dabd0b33
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.2"
ENV NEXTCLOUD_VER="12.0.3"
# 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
+ **20.09.17:** Bump default install to 12.0.3.
+ **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.