Compare commits

...

2 Commits
72 ... 81

Author SHA1 Message Date
aptalca be108f29c0 Merge pull request #42 from linuxserver/bump_12.0.2
bump default install to 12.0.2
2017-08-19 11:33:45 -04:00
sparklyballs 1acf245951 bump default install to 12.0.2 2017-08-19 00:43:36 +01:00
2 changed files with 2 additions and 1 deletions
+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="12.0.0"
ENV NEXTCLOUD_VER="12.0.2"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
+1
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.