From 51b221770b7b4de5e2be4bd49fedf7055498522e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:13:09 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/python Docker tag to v3 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a2827f1..728b04b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "Development", - "image": "mcr.microsoft.com/devcontainers/python:2-3.13-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:3-3.13-bookworm", "features": { "ghcr.io/eitsupi/devcontainer-features/go-task:1": {}, "ghcr.io/jsburckhardt/devcontainer-features/uv:1": {}