From a10b321a5807ba924c7a7833692fe5d0dc40e875 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 4 Jun 2025 10:06:10 -0700 Subject: [PATCH] Update the devcontainer image to the latest version (GH-135143) 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 fd1d7151518..8e09808f08b 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",