Update to 2.17.1

This commit is contained in:
alexbelgium
2021-08-26 01:56:53 +02:00
parent b7f54f894b
commit d63f9c3da0
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.17.1 (26-08-2021)
- Update to latest version from hurlenko/filebrowser-docker
## 2.17.0 (24-08-2021)
- Update to latest version from hurlenko/filebrowser-docker

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.17.0"
ARG BUILD_UPSTREAM="2.17.1"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.1

View File

@@ -1,7 +1,7 @@
{
"name": "Filebrowser",
"version": "2.17.0",
"upstream": "2.17.0",
"version": "2.17.1",
"upstream": "2.17.1",
"slug": "filebrowser",
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"url": "https://github.com/alexbelgium/hassio-addons",