From: Brett Cannon Date: Tue, 7 Oct 2025 19:07:36 +0000 (-0700) Subject: [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003) X-Git-Tag: v3.14.1~477 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7326813f57ea736388462fba40acd6ccb9775b0;p=thirdparty%2FPython%2Fcpython.git [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003) This is a manual backport of 14319a99e52954d038d7568c5119be161a00a6b8 . --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64c85c1101e6..2720ac30e1cc 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",