diff --git a/code-server/Dockerfile b/code-server/Dockerfile index 977370860..b66b4141e 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -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 \