diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ec15322..8ed704b 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -93,7 +93,7 @@ RUN \ && chmod a+x /usr/local/bin/code-server \ \ && curl -L -s -o /usr/bin/hassio \ - "https://github.com/home-assistant/hassio-cli/releases/download/2.3.0/hassio_${BUILD_ARCH}" \ + "https://github.com/home-assistant/hassio-cli/releases/download/3.0.0/hassio_${BUILD_ARCH}" \ && chmod a+x /usr/bin/hassio \ \ && git clone --branch master --single-branch --depth 1 \