From 7eb5dd7127179cdf3114047a6152d24c50eb4527 Mon Sep 17 00:00:00 2001 From: Juan Manuel Servera <8036360+jmservera@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:50:10 +0000 Subject: [PATCH] Update Python version in devcontainer configuration to 3.12 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 432bcfd..69477f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/python:3", + "image": "mcr.microsoft.com/devcontainers/python:3.12", "features": { "ghcr.io/devcontainers/features/azure-cli:1": {}, "ghcr.io/azure/azure-dev/azd:0": {},