Updater bot : filebrowser updated to 2.22.0

This commit is contained in:
alexbelgium
2022-06-06 07:48:59 +02:00
parent 771d4c3ee4
commit 7893c0070e
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.22.0 (06-06-2022)
- Update to latest version from hurlenko/filebrowser-docker
- Add codenotary sign
## 2.21.1 (23-02-2022)

View File

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

View File

@@ -86,5 +86,5 @@
"slug": "filebrowser",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.21.1-2"
"version": "2.22.0"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "23-02-2022",
"last_update": "06-06-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "filebrowser",
"source": "github",
"upstream_repo": "hurlenko/filebrowser-docker",
"upstream_version": "2.21.1"
"upstream_version": "2.22.0"
}