diff --git a/hass/Dockerfile b/hass/Dockerfile index 03be3dd..829996e 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -10,8 +10,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.32.4 \ - netdisco==0.7.5 \ + && pip3 install --no-cache-dir homeassistant==0.33.4 \ + netdisco==0.7.7 \ && apk del build-base \ linux-headers \ python3-dev diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 0202241..48e4702 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -10,8 +10,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.32.4 \ - netdisco==0.7.5 \ + && pip3 install --no-cache-dir homeassistant==0.33.4 \ + netdisco==0.7.7 \ && apk del build-base \ linux-headers \ python3-dev