From 95ba4458f5d5976ea0638df8bf3ffe3039b4a36b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:42:36 +0000 Subject: [PATCH] Update homeassistant/home-assistant Docker tag to v2025.12.4 --- home_assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant/Dockerfile b/home_assistant/Dockerfile index 0fd7d88..3dc0038 100644 --- a/home_assistant/Dockerfile +++ b/home_assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2025.12.3 +FROM homeassistant/home-assistant:2025.12.4 COPY docker-healthcheck.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-healthcheck.sh