1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

upgrade hass to 0.33.4

This commit is contained in:
kev 2016-11-26 00:17:53 +08:00
parent dda626e96b
commit 99d29ffbba
2 changed files with 4 additions and 4 deletions

@ -10,8 +10,8 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.32.4 \
netdisco==0.7.5 \
&& pip3 install --no-cache-dir homeassistant==0.33.4 \
netdisco==0.7.7 \
&& apk del build-base \
linux-headers \
python3-dev

@ -10,8 +10,8 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.32.4 \
netdisco==0.7.5 \
&& pip3 install --no-cache-dir homeassistant==0.33.4 \
netdisco==0.7.7 \
&& apk del build-base \
linux-headers \
python3-dev