From 43e6444803226c33d75a9bcc3b09e2831b444d74 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 11 Mar 2017 21:30:03 +0800 Subject: [PATCH] upgrade hass to 0.39.3 --- hass/Dockerfile | 6 +++--- hass/arm/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index abc448f..9e040c9 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.36.1 \ - netdisco==0.8.1 \ - pychromecast==0.7.6 \ + && pip3 install --no-cache-dir homeassistant==0.39.3 \ + netdisco==0.9.1 \ + pychromecast==0.8.0 \ && apk del build-base \ linux-headers \ python3-dev diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 5dc863c..cc6a905 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -10,9 +10,9 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.36.1 \ - netdisco==0.8.1 \ - pychromecast==0.7.6 \ + && pip3 install --no-cache-dir homeassistant==0.39.3 \ + netdisco==0.9.1 \ + pychromecast==0.8.0 \ && apk del build-base \ linux-headers \ python3-dev