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:
Brett Cannon 2025-08-13 14:05:08 -07:00 committed by GitHub
parent f24a012350
commit 14319a99e5
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.29.15334414373",
"image": "ghcr.io/python/devcontainer:latest",
"onCreateCommand": [
// Install common tooling.
"dnf",