⬆️ Update home-assistant/cli to v4.29.0 (#720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-13 21:44:34 +02:00 committed by GitHub
parent 18d264cc98
commit d4585afc4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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