⬆️ Update home-assistant/cli to v4.38.0 (#951)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-14 14:26:49 +02:00 committed by GitHub
parent 76bf8323f7
commit af38f1b5c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ COPY vscode.extensions /root/vscode.extensions
# Setup base system
ARG BUILD_ARCH=amd64
ARG CODE_SERVER_VERSION="v4.99.2"
ARG HA_CLI_VERSION="4.37.0"
ARG HA_CLI_VERSION="4.38.0"
# hadolint ignore=SC2181, DL3008
RUN \
apt-get update \