diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7f9a193..449930c 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.19.0/ha_${BUILD_ARCH}" \ + "https://github.com/home-assistant/cli/releases/download/4.21.0/ha_${BUILD_ARCH}" \ && chmod a+x /usr/bin/ha \ \ && git clone --branch master --single-branch --depth 1 \