From 40392cc4dc096881be781708175d0b4db6520a6b Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Sun, 6 Aug 2023 21:46:54 +0200 Subject: [PATCH] HASS 2023.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd82d7c..37f276e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2023.4 +FROM homeassistant/home-assistant:2023.8 #COPY src/ /usr/src/homeassistant/homeassistant/ @@ -6,7 +6,7 @@ FROM homeassistant/home-assistant:2023.4 RUN mkdir -p /usr/local/config/custom_components && \ touch /usr/local/config/home-assistant.log && \ cd /usr/local/config && \ - echo 2023.4 > .HA_VERSION && \ + echo 2023.8 > .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/alpine-3.14/amd64/ --prefer-binary