From 2ba2819e752a81cdcf473810e65ebb8888778651 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 1 May 2018 12:27:46 +0800 Subject: [PATCH] update hassio to 1.3.0 --- hass/Dockerfile | 2 +- hass/arm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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