From 1acf245951a08e06f38fea7448c69e62ec9e378a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 19 Aug 2017 00:43:36 +0100 Subject: [PATCH] bump default install to 12.0.2 --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e51197..27d99f1 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.0" +ENV NEXTCLOUD_VER="12.0.2" # environment settings ENV NEXTCLOUD_PATH="/config/www/nextcloud" diff --git a/README.md b/README.md index 68f601c..cae59ce 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 ++ **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.