1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

upgrade hass to 0.32.4

This commit is contained in:
kev 2016-11-16 11:18:49 +08:00
parent 5bdd06b160
commit 8ab05235cb
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.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

@ -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