Updater bot : nextcloud updated to 24.0.1

This commit is contained in:
alexbelgium
2022-05-24 01:57:26 +02:00
parent 296f005dc9
commit 00e7ec852d
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 24.0.1 (24-05-2022)
- Update to latest version from linuxserver/docker-nextcloud
## 23.0.4 (22-04-2022)
- Update to latest version from linuxserver/docker-nextcloud
- Fix : correct bug preventing start

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_ARCH
ARG BUILD_UPSTREAM="23.0.4"
ARG BUILD_UPSTREAM="24.0.1"
FROM ${BUILD_FROM}
##################

View File

@@ -97,6 +97,6 @@
"slug": "nextcloud_ocr",
"uart": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "23.0.4",
"version": "24.0.1",
"webui": "https://[HOST]:[PORT:443]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "22-04-2022",
"last_update": "24-05-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "23.0.4"
"upstream_version": "24.0.1"
}