mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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:
parent
0df15d0d4d
commit
a10b321a58
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue