From 6eadcfa1333bbd61a2a41c98802b8a00176f2fef Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 30 Nov 2021 21:06:42 +0100 Subject: [PATCH] Update to 23.0.0 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/Dockerfile | 2 +- nextcloud/config.json | 16 ++++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index e41fa6a11..3860606bf 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 23.0.0 (30-11-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 22.2.3 (16-11-2021) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 921673d3f..c332528bd 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="22.2.3" +ARG BUILD_UPSTREAM="23.0.0" FROM ${BUILD_FROM} diff --git a/nextcloud/config.json b/nextcloud/config.json index c7d5e67a8..7cc77fe8e 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,17 +1,25 @@ { "name": "Nextcloud", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "22.2.3-3", - "upstream": "22.2.3", + "version": "23.0.0", + "upstream": "23.0.0", "slug": "nextcloud_ocr", "ingress": false, "hassio_api": true, "ingress_port": 0, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "description": "Nextcloud for Home Assistant", "boot": "manual", "uart": true, - "map": ["share:rw", "media:rw", "ssl:rw"], + "map": [ + "share:rw", + "media:rw", + "ssl:rw" + ], "ports": { "443/tcp": 8099, "80/tcp": null