From 8e8a3456d9c4c2f2f90bf21457a0b48e6a0114b7 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Sat, 7 Sep 2024 14:39:41 +0200 Subject: [PATCH] Fix hacs install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 104d8ea..1fd1146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM homeassistant/home-assistant:2024.9.1 RUN mkdir -p /usr/local/config/custom_components && \ touch /usr/local/config/home-assistant.log && \ cd /usr/local/config && \ - echo 2024.3 > .HA_VERSION && \ + hass --version > .HA_VERSION && \ wget -q -O - https://install.hacs.xyz | bash - && \ cat /usr/local/config/custom_components/hacs/manifest.json | jq -r .requirements[] | xargs /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/musllinux/ --prefer-binary