From c959dfc4059aa7faffb527357b72a7e1a037bea7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 7 Jan 2022 22:16:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Home=20Assistan?= =?UTF-8?q?t=20CLI=20to=20v4.15.1=20(#363)?= 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 caa8de4..a0b6d01 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -86,7 +86,7 @@ RUN \ && ls -la /root/.code-server/extensions/ \ \ && curl -L -s -o /usr/bin/ha \ - "https://github.com/home-assistant/cli/releases/download/4.14.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.15.1/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \