Update to 23.0.0

This commit is contained in:
alexbelgium
2021-11-30 21:06:42 +01:00
parent aa720dff22
commit 6eadcfa133
3 changed files with 16 additions and 5 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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