Update to 2.14.1

This commit is contained in:
alexbelgium
2021-03-22 01:55:53 +01:00
parent f783296f8a
commit a735fad2b5
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.14.1
- Update to latest version from hurlenko/filebrowser-docker
## 2.13.0
- Update to latest version from hurlenko/filebrowser-docker

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "Filebrowser",
"version": "2.13.0",
"upstream": "2.13.0",
"version": "2.14.1",
"upstream": "2.14.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",