1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

upgrade hass to 0.41

This commit is contained in:
kev 2017-04-07 08:42:12 +08:00
parent a994fc3993
commit b6c109ea4c
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.40.2 \
&& pip3 install --no-cache-dir homeassistant==0.41 \
netdisco==0.9.2\
pychromecast==0.8.1 \
&& apk del build-base \

@ -10,7 +10,7 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.40.2 \
&& pip3 install --no-cache-dir homeassistant==0.41 \
netdisco==0.9.2\
pychromecast==0.8.1 \
&& apk del build-base \