diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 19d6143..0d8a88d 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.11-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:3-3.11-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},