From 5b5f61fa7c0ca626c1c238cb359f3ce38805c16d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 22 Apr 2022 20:12:20 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 23.0.4 --- 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 c77f462fe..b3e3beec4 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 23.0.4 (22-04-2022) +- Update to latest version from linuxserver/docker-nextcloud - Fix : correct bug preventing start - Add codenotary sign diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index af702807d..c751195ba 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.3" +ARG BUILD_UPSTREAM="23.0.4" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 2af796609..7d2dc2a58 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -94,8 +94,8 @@ ], "slug": "nextcloud_ocr", "uart": true, - "upstream": "23.0.3", + "upstream": "23.0.4", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "23.0.3-2", + "version": "23.0.4", "webui": "https://[HOST]:[PORT:443]" }