From 2d65e533183f8b5f5022d60b258e3fba202fe853 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 17 Aug 2022 10:00:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Home=20Assistan?= =?UTF-8?q?t=20CLI=20to=20v4.19.0=20(#485)?= 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 41cd646..a5b0194 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.18.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.19.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \