Updater bot : nextcloud updated to 26.0.1

This commit is contained in:
alexbelgium
2023-04-29 01:59:37 +02:00
parent 86c58aa8f7
commit 7387c45342
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 26.0.1 (29-04-2023)
- Update to latest version from linuxserver/docker-nextcloud
### 26.0.0-17 (11-04-2023)
- Minor bugs fixed
- Automatic app updates

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "24-03-2023",
"last_update": "29-04-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "26.0.0"
"upstream_version": "26.0.1"
}