From deaba5edaa7704e49a1e9faef56108709925061a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 2 Jul 2021 01:56:43 +0200 Subject: [PATCH] Update to 21.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 081e7b883..98ea8c815 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 21.0.3 (02-07-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 21.0.2 (20-05-2021) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 2baea72aa..f15a5f757 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="21.0.2" +ARG BUILD_UPSTREAM="21.0.3" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/nextcloud/config.json b/nextcloud/config.json index e812408e4..88eb28785 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,8 +1,8 @@ { "name": "Nextcloud OCR", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "21.0.2", - "upstream": "21.0.2", + "version": "21.0.3", + "upstream": "21.0.3", "slug": "nextcloud_ocr", "ingress": false, "ingress_port": 0,