diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 490d8e08e..87efd3f8d 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.8.0 +- Update to latest version from coderaiser/cloudcmd + ## 15.7.1 - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 11510fb80..152867124 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_VERSION -ARG BUILD_UPSTREAM="15.7.1" +ARG BUILD_UPSTREAM="15.8.0" FROM coderaiser/cloudcmd:$BUILD_UPSTREAM COPY run.sh / diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 388c4d572..90b43e0c0 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,7 +1,7 @@ { "name": "Cloudcommander", - "version": "15.7.1", - "upstream": "15.7.1", + "version": "15.8.0", + "upstream": "15.8.0", "slug": "cloudcommander", "description": "Cloud Commander a file manager for the web with console and editor", "url": "https://github.com/alexbelgium/hassio-addons",