diff --git a/.devcontainer.json b/.devcontainer.json index 0ef4b170d30..70138ead736 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "hacs/integration", - "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye", + "image": "mcr.microsoft.com/devcontainers/python:1-3.11", "postCreateCommand": "scripts/setup", "forwardPorts": [ 8123 @@ -66,6 +66,7 @@ }, "remoteUser": "vscode", "features": { - "rust": "latest" + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/devcontainers/features/rust:1": {} } } \ No newline at end of file