From 90e35c562fa1d225cfdc3fec2b79004c31fbd0ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:27:15 +0000 Subject: [PATCH] Update homeassistant/home-assistant Docker tag to v2024.7.4 --- home_assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant/Dockerfile b/home_assistant/Dockerfile index fa4299e..e0bc2a8 100644 --- a/home_assistant/Dockerfile +++ b/home_assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2024.7.3 +FROM homeassistant/home-assistant:2024.7.4 COPY docker-healthcheck.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-healthcheck.sh