From cfe57c239a3f7b3304cf1858c7d76ad1bda803a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:14:24 +0000 Subject: [PATCH] Update mcr.microsoft.com/vscode/devcontainers/python Docker tag to v3.14 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d950f9e..166e2aa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.154.2/containers/python-3 { "name": "Python 3", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13", + "image": "mcr.microsoft.com/vscode/devcontainers/python:3.14", // Set *default* container specific settings.json values on container create. "customizations": { "vscode": {