Updater bot : nextcloud updated to 24.0.4

This commit is contained in:
alexbelgium
2022-08-13 01:57:35 +02:00
parent f5f8cb93db
commit 487ad692c5
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 24.0.4 (13-08-2022)
- Update to latest version from linuxserver/docker-nextcloud
- Allow installation of custom apk files with parameter "additional_apps"
## 24.0.3 (19-07-2022)

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "19-07-2022",
"last_update": "13-08-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "24.0.3"
"upstream_version": "24.0.4"
}