From 80053c3d1672bc7ba35dc8e495788752fadb821b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 13 Aug 2025 12:13:26 -0700 Subject: [PATCH] Use the latest devcontainer image With `Tools/wasm/wasi` now selecting the appropriate WASI SDK based on the supported version, we can now use `latest` of the image. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8e09808f08bba2..2720ac30e1cc6a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/python/devcontainer:2025.05.29.15334414373", + "image": "ghcr.io/python/devcontainer:latest", "onCreateCommand": [ // Install common tooling. "dnf",