Updater bot : filebrowser updated to 2.22.2

This commit is contained in:
alexbelgium
2022-07-05 01:56:08 +02:00
parent f28d701f01
commit 045d1d7213
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.22.2 (05-07-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.1 (09-06-2022)
- Update to latest version from hurlenko/filebrowser-docker

View File

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

View File

@@ -88,5 +88,5 @@
"slug": "filebrowser",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.22.1"
"version": "2.22.2"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "09-06-2022",
"last_update": "05-07-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "filebrowser",
"source": "github",
"upstream_repo": "hurlenko/filebrowser-docker",
"upstream_version": "2.22.1"
"upstream_version": "2.22.2"
}