https://github.com/python/cpython/commit/c7326813f57ea736388462fba40acd6ccb9775b0
commit: c7326813f57ea736388462fba40acd6ccb9775b0
branch: 3.14
author: Brett Cannon <[email protected]>
committer: brettcannon <[email protected]>
date: 2025-10-07T12:07:36-07:00
summary:

[3.14] Always use the latest dev container image in `devcontainer.json` 
(GH-138003)

This is a manual backport of 14319a99e52954d038d7568c5119be161a00a6b8 .

files:
M .devcontainer/devcontainer.json

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 64c85c1101e6e6..2720ac30e1cc6a 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
 {
-    "image": "ghcr.io/python/devcontainer:2024.09.25.11038928730",
+    "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