Update to 15.9.2

This commit is contained in:
alexbelgium
2021-03-17 01:55:39 +01:00
parent 04dfe4a92d
commit 16c264be03
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 15.9.2
- Update to latest version from coderaiser/cloudcmd
## 15.9.1 ## 15.9.1
- Update to latest version from coderaiser/cloudcmd - Update to latest version from coderaiser/cloudcmd

View File

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

View File

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