]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003)
authorBrett Cannon <brett@python.org>
Tue, 7 Oct 2025 19:07:36 +0000 (12:07 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 19:07:36 +0000 (12:07 -0700)
This is a manual backport of 14319a99e52954d038d7568c5119be161a00a6b8 .

.devcontainer/devcontainer.json

index 64c85c1101e6e6186295f3a00dea85bea593c0d9..2720ac30e1cc6a6dca5cb37e4ed1179033c624ed 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "image": "ghcr.io/python/devcontainer:2024.09.25.11038928730",
+    "image": "ghcr.io/python/devcontainer:latest",
     "onCreateCommand": [
         // Install common tooling.
         "dnf",