From 4daaf4082f3c6690e0acb65333ac622bd1f67e1a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 1 Mar 2021 19:32:12 +0100 Subject: [PATCH] Update to 15.9.0 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/Dockerfile | 2 +- cloudcommander/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 6dd620599..9a12b3817 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.9.0 +- Update to latest version from coderaiser/cloudcmd + ## 15.8.1 - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index c688aaa65..466c0f77e 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_VERSION -ARG BUILD_UPSTREAM="15.8.1" +ARG BUILD_UPSTREAM="15.9.0" FROM coderaiser/cloudcmd:$BUILD_UPSTREAM COPY run.sh / diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 419b9b242..d91e40694 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,7 +1,7 @@ { "name": "Cloudcommander", - "version": "15.8.1", - "upstream": "15.8.1", + "version": "15.9.0", + "upstream": "15.9.0", "slug": "cloudcommander", "description": "Cloud Commander a file manager for the web with console and editor", "url": "https://github.com/alexbelgium/hassio-addons",