bashio 0.13.1

This commit is contained in:
Alexandre
2021-08-02 11:55:33 +02:00
parent 981fc07949
commit a992a6c2b2
27 changed files with 27 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ RUN \
nginx \
#Install bashio
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
"https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \
@@ -43,4 +43,3 @@ COPY rootfs /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/run.sh" ]