From: Brett Cannon Date: Wed, 13 Aug 2025 21:05:08 +0000 (-0700) Subject: Use the latest dev container image perpetually (#137734) X-Git-Tag: v3.15.0a1~696 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14319a99e52954d038d7568c5119be161a00a6b8;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8e09808f08bb..2720ac30e1cc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/python/devcontainer:2025.05.29.15334414373", + "image": "ghcr.io/python/devcontainer:latest", "onCreateCommand": [ // Install common tooling. "dnf",