diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index ab501b9e0..d87b453ed 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 26.0.2 (27-05-2023) +- Update to latest version from linuxserver/docker-nextcloud ### 26.0.1-5 (26-05-2023) - Minor bugs fixed - Feat : cifsdomain added diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 6805454db..bd9edcace 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="26.0.1" +ARG BUILD_UPSTREAM="26.0.2" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 5a97f5e78..f3b925da9 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -125,6 +125,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "26.0.1-5", + "version": "26.0.2", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 14dfdfe9b..9ee4c8913 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-04-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "26.0.1" + "upstream_version": "26.0.2" }