From 6fdca0cc4707b46cf63a4e6f86a1230e2d8260cd Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Oct 2021 01:57:58 +0200 Subject: [PATCH] Update to 22.2.0 --- 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 53bb9b492..a907014dc 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 22.2.0 (02-10-2021) +- Update to latest version from linuxserver/docker-nextcloud - Faster reboot by only chowning files if user change - BREAKING CHANGE : comma separated domains instead of list - Allow usage of own certificates diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 884ae17a0..5f71359d6 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="22.1.1" +ARG BUILD_UPSTREAM="22.2.0" FROM ${BUILD_FROM} diff --git a/nextcloud/config.json b/nextcloud/config.json index fd20d90a8..ea89dee6a 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,8 +1,8 @@ { "name": "Nextcloud OCR", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "22.1.1-6", - "upstream": "22.1.1", + "version": "22.2.0", + "upstream": "22.2.0", "slug": "nextcloud_ocr", "ingress": false, "ingress_port": 0,