diff --git a/Dockerfile b/Dockerfile index 6a9fcfe..0030fca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="sparklyballs" # package version -ENV NEXTCLOUD_VER="13.0.0" +ENV NEXTCLOUD_VER="13.0.1" # environment settings ENV NEXTCLOUD_PATH="/config/www/nextcloud" diff --git a/README.md b/README.md index 4deb9b7..66791c6 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 ++ **26.04.18:** Bump default install to 13.0.1. + **06.02.18:** Bump default install to 13.0.0. + **26.01.18:** Rebase to alpine 3.7, bump default install to 12.0.5. + **12.12.17:** Bump default install to 12.0.4, fix continuation lines.