diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 5adb0d38a..081e7b883 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 21.0.2 (20-05-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 21.0.1 - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 192f4c7b0..2baea72aa 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="21.0.1" +ARG BUILD_UPSTREAM="21.0.2" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/nextcloud/config.json b/nextcloud/config.json index b487d6204..e812408e4 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.1", - "upstream": "21.0.1", + "version": "21.0.2", + "upstream": "21.0.2", "slug": "nextcloud_ocr", "ingress": false, "ingress_port": 0,