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.
This commit is contained in:
Brett Cannon 2025-06-04 10:06:10 -07:00 committed by GitHub
parent 0df15d0d4d
commit a10b321a58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",