From 544c5c15f69ccf4f2c858d1afcc60ae1e6f7e26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:09:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20home-assistant/cl?= =?UTF-8?q?i=20to=20v4.29.0=20(#620)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ssh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index a253c6579..4549c8ab7 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -13,7 +13,7 @@ COPY requirements.txt /tmp/ # Setup base ARG BUILD_ARCH=amd64 -ARG HA_CLI_VERSION="4.28.1" +ARG HA_CLI_VERSION="4.29.0" ARG TTYD_VERSION="1.7.4" # hadolint ignore=DL3003,DL3042 RUN \