diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 18bf5bafb..1b952fe58 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.29.0" +ARG HA_CLI_VERSION="4.30.1" ARG TTYD_VERSION="1.7.4" # hadolint ignore=DL3003,DL3042 RUN \