Skip to content

Commit fbd3080

Browse files
brettcannontaegyunkim
authored andcommitted
Update the devcontainer image to the latest version (pythonGH-135143)
Fixes an issue where the WASI tools were being incorrectly installed under the ARM image.
1 parent adbfde6 commit fbd3080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/python/devcontainer:2025.05.25.15232270922",
2+
"image": "ghcr.io/python/devcontainer:2025.05.29.15334414373",
33
"onCreateCommand": [
44
// Install common tooling.
55
"dnf",

0 commit comments

Comments
 (0)