Update to 15.9.7

This commit is contained in:
alexbelgium
2021-06-28 01:55:47 +02:00
parent 9e7bda304d
commit dc435166c9
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 15.9.7 (28-06-2021)
- Update to latest version from coderaiser/cloudcmd
- Allow mounting SMB shares
- Allow mounting local drives

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="15.9.6"
ARG BUILD_UPSTREAM="15.9.7"
FROM coderaiser/cloudcmd:$BUILD_UPSTREAM
COPY run.sh /

View File

@@ -1,7 +1,7 @@
{
"name": "Cloudcommander",
"version": "15.9.6",
"upstream": "15.9.6",
"version": "15.9.7",
"upstream": "15.9.7",
"slug": "cloudcommander",
"description": "Cloud Commander a file manager for the web with console and editor",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",