Update to 2.15.0

This commit is contained in:
alexbelgium
2021-04-08 08:05:44 +02:00
parent a82afefbbf
commit 525f9f2837
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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