diff --git a/hass/Dockerfile b/hass/Dockerfile index 15b6328..9c4ebc2 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -10,7 +10,7 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.40.2 \ + && pip3 install --no-cache-dir homeassistant==0.41 \ netdisco==0.9.2\ pychromecast==0.8.1 \ && apk del build-base \ diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 5b5aedb..c21cdfd 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -10,7 +10,7 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.40.2 \ + && pip3 install --no-cache-dir homeassistant==0.41 \ netdisco==0.9.2\ pychromecast==0.8.1 \ && apk del build-base \