diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 664b754ca..f545ade6e 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 24.0.3 (19-07-2022) +- Update to latest version from linuxserver/docker-nextcloud + ## 24.0.2 (21-06-2022) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index a7118431e..2143bf037 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.2" +ARG BUILD_UPSTREAM="24.0.3" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 82f4f2f5f..242fed5bf 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -100,6 +100,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "24.0.2", + "version": "24.0.3", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index d60069201..bc02d7325 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-06-2022", + "last_update": "19-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "24.0.2" + "upstream_version": "24.0.3" }