diff --git a/base/Dockerfile b/base/Dockerfile index 92538e1..1910d6b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -40,7 +40,7 @@ RUN \ && mkdir -p /etc/services.d \ \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.11.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \