From 89872250ed88ca457ac6b9aba0dffece8c90bbd8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Oct 2022 01:58:31 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 24.0.6 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/Dockerfile | 2 +- nextcloud/config.json | 2 +- nextcloud/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index ca0ef373a..fb9c6ded0 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 24.0.6 (08-10-2022) +- Update to latest version from linuxserver/docker-nextcloud + ## 24.0.5 (09-09-2022) - Update to latest version from linuxserver/docker-nextcloud ## 24.0.4 (13-08-2022) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index d6d9b3490..3b1eb5c7f 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.5" +ARG BUILD_UPSTREAM="24.0.6" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 3fd7aa547..7b4a6e022 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.5-6", + "version": "24.0.6", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index bd4e0b685..3991de020 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-09-2022", + "last_update": "08-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "24.0.5" + "upstream_version": "24.0.6" }