diff --git a/.devcontainer/python/devcontainer.json b/.devcontainer/python/devcontainer.json index 4424f89bd..b48430bf0 100644 --- a/.devcontainer/python/devcontainer.json +++ b/.devcontainer/python/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:0-3.12" + "image": "mcr.microsoft.com/devcontainers/python:3.12" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},