Merge pull request #55 from linuxserver/bump_13.0.1

bump default install to 13.0.1
This commit is contained in:
sparklyballs 2018-04-26 13:28:46 +01:00 committed by GitHub
commit 78d4d427e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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.