]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use the latest dev container image perpetually (#137734)
authorBrett Cannon <brett@python.org>
Wed, 13 Aug 2025 21:05:08 +0000 (14:05 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Aug 2025 21:05:08 +0000 (14:05 -0700)
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.

.devcontainer/devcontainer.json

index 8e09808f08bba27ac6de2afe8d01a600a3be8535..2720ac30e1cc6a6dca5cb37e4ed1179033c624ed 100644 (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",