From 62f1c8eb85da8fb94d047cb72cd40579ddf4f1b4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Sep 2022 16:02:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Home=20Assistan?= =?UTF-8?q?t=20CLI=20to=20v4.21.0=20(#501)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7f9a193..449930c 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -87,7 +87,7 @@ RUN \ && ls -la /usr/local/lib/code-server/lib/vscode/extensions/ \ \ && curl -L -s -o /usr/bin/ha \ - "https://github.com/home-assistant/cli/releases/download/4.19.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.21.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \