From b334a09afab92fae708e3a507074e0a7fbacc08c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 28 Apr 2022 16:32:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Home=20Assistan?= =?UTF-8?q?t=20CLI=20to=20v4.16.1=20(#441)?= 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 34acc3e..1e3d171 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -86,7 +86,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.15.1/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.16.1/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \