From d380623f8bbcd91a73e5b5fc296f696abc55e9dd Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 25 Feb 2023 01:59:03 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 25.0.4 --- 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 90cfadab5..665beb2a5 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.0.4 (25-02-2023) +- Update to latest version from linuxserver/docker-nextcloud ## 25.0.3 (12-02-2023) - WARNING! : this is a major code update. Make sure to have a full update of /config, /share and your nextcloud addon before updating. I take no responsibility for lost data! diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index f0e399fae..6030b4abf 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.3" +ARG BUILD_UPSTREAM="25.0.4" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index aeed9974f..c0b34d2e2 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.3-5", + "version": "25.0.4", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 22f0d65f9..ea9256e22 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-10-2022", + "last_update": "25-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "25.0.3" + "upstream_version": "25.0.4" }