From 8db28ba79b484491bfbdebac49cb88dbb0825e26 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 15 Apr 2020 15:09:38 +0200 Subject: [PATCH] :arrow_up: Upgrades Home Assistant CLI to 4.3.0 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 89ff552..f2dffc3 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -78,7 +78,7 @@ RUN \ && ls -la /root/.code-server/extensions/ \ \ && curl -L -s -o /usr/bin/ha \ - "https://github.com/home-assistant/cli/releases/download/4.1.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.3.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \