https://github.com/python/cpython/commit/14319a99e52954d038d7568c5119be161a00a6b8
commit: 14319a99e52954d038d7568c5119be161a00a6b8
branch: main
author: Brett Cannon <[email protected]>
committer: brettcannon <[email protected]>
date: 2025-08-13T14:05:08-07:00
summary:

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.

files:
M .devcontainer/devcontainer.json

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 8e09808f08bba2..2720ac30e1cc6a 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",

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to