diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b9c07a..3a55e70 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm", "features": { "ghcr.io/lee-orr/rusty-dev-containers/wasm32-unknown-unknown:0": {}, - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/devcontainers/features/docker-in-docker:3": {}, "ghcr.io/guiyomh/features/just:0": {} }, "postCreateCommand": "rustup install 1.85.0 && rustup default 1.85.0 && cargo install taplo-cli cargo-watch && rustup component add clippy && rustup component add rustfmt",