diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 1c86b6c8d..aa821f75e 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 26.0.0 (24-03-2023) +- Update to latest version from linuxserver/docker-nextcloud - auto_update boolean option : automatically updates the nextcloud instance with the container version ### 25.0.5-14 (23-03-2023) - Minor bugs fixed diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 13e3240e7..6f9fae6a1 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="25.0.4" +ARG BUILD_UPSTREAM="26.0.0" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 422ec9eb2..9e248b0fb 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -106,6 +106,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "25.0.5-14", + "version": "26.0.0", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index ea9256e22..572e8ba45 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-02-2023", + "last_update": "24-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "25.0.4" + "upstream_version": "26.0.0" }