From a1f201fa1987d6f713b79e6ed50ffda0c2fcc218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:34:04 +0400 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/python Docker tag to v3.13 (#148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2aba74fa..4ba685e3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,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:3.11-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm", "onCreateCommand": ".devcontainer/startup.sh", "customizations": { "vscode": {