From a75a86b4b343fdbafa6b9ce4b655bdf3878583a6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 22 Mar 2022 01:57:13 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 23.0.3 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/Dockerfile | 2 +- nextcloud/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index a5f390889..452fcd1b1 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 23.0.3 (22-03-2022) +- Update to latest version from linuxserver/docker-nextcloud + ## 23.0.2 (16-02-2022) - Update to latest version from linuxserver/docker-nextcloud - Automatic mount of local and smb mounts (see readme) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 27056afad..e373ea3f9 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="23.0.2" +ARG BUILD_UPSTREAM="23.0.3" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 3cb395815..74a00b703 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -93,8 +93,8 @@ ], "slug": "nextcloud_ocr", "uart": true, - "upstream": "23.0.2", + "upstream": "23.0.3", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "23.0.2", + "version": "23.0.3", "webui": "https://[HOST]:[PORT:443]" }