Updater bot : filebrowser updated to 2.23.0

This commit is contained in:
alexbelgium
2022-11-08 01:56:44 +01:00
parent 49d3a54ece
commit b647481eb3
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.23.0 (08-11-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.4 (23-07-2022)
- Update to latest version from hurlenko/filebrowser-docker

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.22.4"
ARG BUILD_UPSTREAM="2.23.0"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
##################

View File

@@ -87,5 +87,5 @@
},
"slug": "filebrowser",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.22.4"
"version": "2.23.0"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "23-07-2022",
"last_update": "08-11-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "filebrowser",
"source": "github",
"upstream_repo": "hurlenko/filebrowser-docker",
"upstream_version": "2.22.4"
"upstream_version": "2.23.0"
}