Updater bot : filebrowser updated to 2.22.1

This commit is contained in:
alexbelgium
2022-06-09 01:56:10 +02:00
parent 258df732ed
commit 7c4ba65394
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.22.1 (09-06-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.0 (06-06-2022) ## 2.22.0 (06-06-2022)
- Update to latest version from hurlenko/filebrowser-docker - Update to latest version from hurlenko/filebrowser-docker
- Add codenotary sign - Add codenotary sign

View File

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

View File

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

View File

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