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 \