diff --git a/Dockerfile b/Dockerfile
index 668753a71cf0f4dbd7111b9f33dc0c07199d3290..ea1c7c37efd4d11a2af847a2e3c76318d506bb80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
 # https://hub.docker.com/r/homeassistant/home-assistant/tags
 # Based on Alpine Linux v3.18
 # 2023.8 breaks the build, see https://0xacab.org/varac-projects/varac-home-assistant/-/jobs/449322
-FROM registry.hub.docker.com/homeassistant/home-assistant:2024.1.0
+FROM registry.hub.docker.com/homeassistant/home-assistant:2024.1.3
 
 # renovate: datasource=repology depName=alpine_3_18/gcc
 ENV GCC_VERSION="12.2.1_git20220924-r10"