Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 16:14:01 +01:00
committed by GitHub
parent aa746db02e
commit 02e688ad3a

View File

@@ -8,7 +8,7 @@ RUN apk add --no-cache \
curl \
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.10.1.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \