diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 9b7a4bc..e91d2ff 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -90,7 +90,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.1.0/hassio_${BUILD_ARCH}" \ + "https://github.com/home-assistant/hassio-cli/releases/download/2.2.0/hassio_${BUILD_ARCH}" \ && chmod a+x /usr/bin/hassio \ \ && git clone --branch master --single-branch --depth 1 \