From 49fb72e4f44f0cc4491dc281f8429d8cfa069482 Mon Sep 17 00:00:00 2001 From: cmaheshtcg Date: Wed, 26 Mar 2025 10:08:20 +0530 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ded65398..2bdfaf1b 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.12", + "image": "mcr.microsoft.com/devcontainers/python:1-3.11", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},