From 906589d42a766bb43f96bafe1be418e118c7c03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lasse=20G=C3=B6tte?= Date: Thu, 26 Sep 2024 00:25:45 +0200 Subject: [PATCH] update homeassistant to 2024.9.3 --- modules/home-assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-assistant/Dockerfile b/modules/home-assistant/Dockerfile index 722f7dd..08fd702 100644 --- a/modules/home-assistant/Dockerfile +++ b/modules/home-assistant/Dockerfile @@ -1,3 +1,3 @@ # When updating, check releasenotes (https://www.home-assistant.io/blog/categories/core/) for (Strg+F: "Backward-incompatible changes") -FROM ghcr.io/home-assistant/home-assistant:2023.11.3 +FROM ghcr.io/home-assistant/home-assistant:2024.9.3 RUN apk update && apk add samba \ No newline at end of file