mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update to 2.16.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 2.16.0 (29-07-2021)
|
||||
- Update to latest version from hurlenko/filebrowser-docker
|
||||
- Add banner in log
|
||||
- Update smb mount code
|
||||
- Allow mount local drives (needs priviledged mode)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.15.0"
|
||||
ARG BUILD_UPSTREAM="2.16.0"
|
||||
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Filebrowser",
|
||||
"version": "2.15.0-v4",
|
||||
"upstream": "2.15.0",
|
||||
"version": "2.16.0",
|
||||
"upstream": "2.16.0",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user