From b32d6ead0757345dc5a02f8926dcd42034d6a2bd Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 27 Jan 2017 16:00:20 +0800 Subject: [PATCH] upgrade hass to 0.36.1 --- hass/Dockerfile | 6 +++--- hass/arm/Dockerfile | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index 91cf137..abc448f 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -10,9 +10,9 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.33.4 \ - netdisco==0.7.7 \ - pychromecast=0.7.6 \ + && pip3 install --no-cache-dir homeassistant==0.36.1 \ + netdisco==0.8.1 \ + pychromecast==0.7.6 \ && apk del build-base \ linux-headers \ python3-dev diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 48e4702..5dc863c 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -10,8 +10,9 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.33.4 \ - netdisco==0.7.7 \ + && pip3 install --no-cache-dir homeassistant==0.36.1 \ + netdisco==0.8.1 \ + pychromecast==0.7.6 \ && apk del build-base \ linux-headers \ python3-dev