From 1bff9b634bf5c39ebbd103e1885ee046e80df3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 06:36:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20home-assistant/cl?= =?UTF-8?q?i=20to=20v4.37.0=20(#926)?= 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 c5a7d2b..60920bf 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -21,7 +21,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 ARG CODE_SERVER_VERSION="v4.97.2" -ARG HA_CLI_VERSION="4.36.0" +ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ apt-get update \