From 6e944e13ab13fb95827f3e9da4dd560d227f01d7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 30 Nov 2020 22:40:22 +0100 Subject: [PATCH] :arrow_up: Upgrades Home Assistant CLI to v4.9.0 --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 13fd0e6..4c46fcd 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -84,7 +84,7 @@ RUN \ && ls -la /root/.code-server/extensions/ \ \ && curl -L -s -o /usr/bin/ha \ - "https://github.com/home-assistant/cli/releases/download/4.7.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.9.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \