From 32a0aa7a45d932101b51ff34f909208c9ef845af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Oct 2025 19:07:15 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/python Docker tag to v2 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 19d6143..e2068e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:2-3.11-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, -- 2.49.1