diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 2500d7d2e..ca0ef373a 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 24.0.5 (09-09-2022) +- Update to latest version from linuxserver/docker-nextcloud ## 24.0.4 (13-08-2022) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 5453b8169..ec91e4ca8 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="24.0.4" +ARG BUILD_UPSTREAM="24.0.5" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 087ae76a6..93eb78868 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -103,6 +103,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "24.0.4", + "version": "24.0.5", "webui": "https://[HOST]:[PORT:443]" -} \ No newline at end of file +} diff --git a/nextcloud/updater.json b/nextcloud/updater.json index fe6042f04..bd4e0b685 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-08-2022", + "last_update": "09-09-2022", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "24.0.4" + "upstream_version": "24.0.5" }