From c7326813f57ea736388462fba40acd6ccb9775b0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 7 Oct 2025 12:07:36 -0700 Subject: [PATCH] [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003) This is a manual backport of 14319a99e52954d038d7568c5119be161a00a6b8 . --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3