Update to 2.12.1

This commit is contained in:
alexbelgium
2021-03-08 01:56:15 +01:00
parent 00d4f4f3b7
commit 98458250da
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.12.1
- Update to latest version from hurlenko/filebrowser-docker
## 2.12.0
- Update to latest version from hurlenko/filebrowser-docker
- Allow mounting shares named \ip\share in addition to //ip/share

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.12.0"
ARG BUILD_UPSTREAM="2.12.1"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
RUN apk add --no-cache \

View File

@@ -1,7 +1,7 @@
{
"name": "Filebrowser",
"version": "2.12.0",
"upstream": "2.12.0",
"version": "2.12.1",
"upstream": "2.12.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",