From a01489f3a2dfea5ea7285bc03c67abee9e5a3f67 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 4 Jun 2025 09:38:31 -0700 Subject: [PATCH] Update the container image to the latest version Fixes an issue where the WASI tools were being incorrectly installed under the ARM image. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fd1d7151518f40..8e09808f08bba2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/python/devcontainer:2025.05.25.15232270922", + "image": "ghcr.io/python/devcontainer:2025.05.29.15334414373", "onCreateCommand": [ // Install common tooling. "dnf",