From 8ab05235cba93f1bd0c2f5d5027d4413c81bc71c Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 16 Nov 2016 11:18:49 +0800 Subject: [PATCH] upgrade hass to 0.32.4 --- hass/Dockerfile | 4 ++-- hass/arm/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index 7c7f961..03be3dd 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -10,8 +10,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.31.1 \ - netdisco==0.7.2 \ + && pip3 install --no-cache-dir homeassistant==0.32.4 \ + netdisco==0.7.5 \ && apk del build-base \ linux-headers \ python3-dev diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 1451183..0202241 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -10,8 +10,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant==0.31.1 \ - netdisco==0.7.2 \ + && pip3 install --no-cache-dir homeassistant==0.32.4 \ + netdisco==0.7.5 \ && apk del build-base \ linux-headers \ python3-dev