mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Updater bot : nextcloud updated to 23.0.4
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 23.0.4 (22-04-2022)
|
||||||
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
- Fix : correct bug preventing start
|
- Fix : correct bug preventing start
|
||||||
- Add codenotary sign
|
- Add codenotary sign
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
ARG BUILD_UPSTREAM="23.0.3"
|
ARG BUILD_UPSTREAM="23.0.4"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -94,8 +94,8 @@
|
|||||||
],
|
],
|
||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"upstream": "23.0.3",
|
"upstream": "23.0.4",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "23.0.3-2",
|
"version": "23.0.4",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user