From 2d97b75f87b79bea9fdec2c5640cfc3df22f59a7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 4 Sep 2020 10:59:23 +0200 Subject: [PATCH] :arrow_up: Upgrades Home Assistant CLI to v4.4.0 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 425684b..7a58b7f 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -83,7 +83,7 @@ RUN \ && ls -la /root/.code-server/extensions/ \ \ && curl -L -s -o /usr/bin/ha \ - "https://github.com/home-assistant/cli/releases/download/4.3.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.4.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \