From 9b57d3236e2631f3be451e1f52b569dd0f936b16 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 22 Jul 2018 20:01:56 +0800 Subject: [PATCH] update hass --- hass/Dockerfile | 2 +- hass/arm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index 63a3ba3..418be9d 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.3.0/hassio_armhf -O /usr/local/bin/hassio + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.1/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123 diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 4c7ae4e..e484e65 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.3.0/hassio_armhf -O /usr/local/bin/hassio + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.1/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123