Update Dockerfile

This commit is contained in:
Alexandre
2021-05-15 06:52:38 +02:00
committed by GitHub
parent 601eab2d7b
commit 7cab3bf519

View File

@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \