diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 98ea8c815..99fc1aefd 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 22.0.0 (07-07-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 21.0.3 (02-07-2021) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index f15a5f757..1868bc920 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="21.0.3" +ARG BUILD_UPSTREAM="22.0.0" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/nextcloud/config.json b/nextcloud/config.json index 88eb28785..2e4cc2aeb 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.3", - "upstream": "21.0.3", + "version": "22.0.0", + "upstream": "22.0.0", "slug": "nextcloud_ocr", "ingress": false, "ingress_port": 0,