mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Use the latest dev container image perpetually (#137734)
With `Tools/wasm/wasi` now selecting the appropriate WASI SDK based on the supported version, we can now use the `latest` label of the image.
This commit is contained in:
parent
f24a012350
commit
14319a99e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"image": "ghcr.io/python/devcontainer:2025.05.29.15334414373",
|
||||
"image": "ghcr.io/python/devcontainer:latest",
|
||||
"onCreateCommand": [
|
||||
// Install common tooling.
|
||||
"dnf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue