From ad67f8017ec2e8b2773519ca3b74d5fe1c7bb666 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 31 Aug 2021 01:57:17 +0200 Subject: [PATCH] Update to 22.1.1 --- 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 adc8ed500..e3db8869d 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 22.1.1 (31-08-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 22.1.0 (07-08-2021) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index ee699c503..83736c5fa 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="22.1.0" +ARG BUILD_UPSTREAM="22.1.1" FROM ${BUILD_FROM} diff --git a/nextcloud/config.json b/nextcloud/config.json index 27002496a..3a78e3df4 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.0", - "upstream": "22.1.0", + "version": "22.1.1", + "upstream": "22.1.1", "slug": "nextcloud_ocr", "ingress": false, "ingress_port": 0,