1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update hass

This commit is contained in:
kev 2018-07-22 20:01:56 +08:00
parent 5bcadc1191
commit 9b57d3236e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RUN set -xe \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant \
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.0/hassio_armhf -O /usr/local/bin/hassio
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.1/hassio_armhf -O /usr/local/bin/hassio
VOLUME /etc/hass
EXPOSE 8123

View File

@ -13,7 +13,7 @@ RUN set -xe \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant \
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.0/hassio_armhf -O /usr/local/bin/hassio
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.3.1/hassio_armhf -O /usr/local/bin/hassio
VOLUME /etc/hass
EXPOSE 8123