diff --git a/hass/Dockerfile b/hass/Dockerfile index 63bbf3e..63a3ba3 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -13,7 +13,7 @@ RUN set -xe \ python3 \ python3-dev \ && pip3 install --no-cache-dir homeassistant \ - && wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.0/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123 diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 2ca25b6..4c7ae4e 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -13,7 +13,7 @@ RUN set -xe \ python3 \ python3-dev \ && pip3 install --no-cache-dir homeassistant \ - && wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.0/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123