From 117970d55ae7edcb3346e56a9cce0451eedc0945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:40:58 +0000 Subject: [PATCH] Update homeassistant/home-assistant Docker tag to v2024.1.4 --- home_assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant/Dockerfile b/home_assistant/Dockerfile index 07e56e0..2bb43d1 100644 --- a/home_assistant/Dockerfile +++ b/home_assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2024.1.3 +FROM homeassistant/home-assistant:2024.1.4 COPY docker-healthcheck.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-healthcheck.sh