diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d48febf9a..d8d124108 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-bullseye@sha256:f5fb6c95c669b17015b1bb90f3dcdb98d86a89a7a257f53054838a3e3df398d2" + "image": "mcr.microsoft.com/devcontainers/python:2-3.12-bullseye@sha256:a5a3acc9e7dbc5e61b3492c9e7aaf50745f460089f287c387790d6ab538e43b5" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},