From: Brett Cannon Date: Wed, 4 Jun 2025 17:06:10 +0000 (-0700) Subject: Update the devcontainer image to the latest version (GH-135143) X-Git-Tag: v3.15.0a1~1388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a10b321a5807ba924c7a7833692fe5d0dc40e875;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fd1d7151518f..8e09808f08bb 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",