diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 65c9c78..466f8c2 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.22.1" -ARG HA_CLI_VERSION="4.31.0" +ARG HA_CLI_VERSION="4.32.0" # hadolint ignore=SC2181, DL3008 RUN \ apt-get update \