diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 989281874..a96f402b9 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.9.6 (14-06-2021) +- Update to latest version from coderaiser/cloudcmd + ## 15.9.5 (09-06-2021) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 08e88120c..736957edd 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_VERSION -ARG BUILD_UPSTREAM="15.9.5" +ARG BUILD_UPSTREAM="15.9.6" FROM coderaiser/cloudcmd:$BUILD_UPSTREAM COPY run.sh / diff --git a/cloudcommander/config.json b/cloudcommander/config.json index e42b08ad1..10f73a1bf 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,7 +1,7 @@ { "name": "Cloudcommander", - "version": "15.9.5", - "upstream": "15.9.5", + "version": "15.9.6", + "upstream": "15.9.6", "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",