diff --git a/Dockerfile b/Dockerfile index 27d99f1..5bbea46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index cae59ce..40c275f 100644 --- a/README.md +++ b/README.md @@ -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.