From 26d879d5cb64fdbe0a04c360d1feca967039b8dd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Aug 2019 22:03:42 +0200 Subject: [PATCH] :arrow_up: Upgrades Hassio CLI to v3.0.0 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ec15322..8ed704b 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -93,7 +93,7 @@ RUN \ && chmod a+x /usr/local/bin/code-server \ \ && curl -L -s -o /usr/bin/hassio \ - "https://github.com/home-assistant/hassio-cli/releases/download/2.3.0/hassio_${BUILD_ARCH}" \ + "https://github.com/home-assistant/hassio-cli/releases/download/3.0.0/hassio_${BUILD_ARCH}" \ && chmod a+x /usr/bin/hassio \ \ && git clone --branch master --single-branch --depth 1 \