diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8dabd74d79ffb0d73ef48eafa6d78913e9e823e0..249b03910bd59e9831de9b27dc171fd1c667a4e7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,5 +16,5 @@ ], "preCreateCommand": "cargo build --release && cargo check", "postStartCommand": "./target/release/node-template --dev --ws-external", - "image": "paritytech/substrate-playground-template-node-template:sha-c9fda53" + "image": "paritytech/substrate-playground-template-node-template:latest" }