diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 171f668..15c6744 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/devcontainers/python", + "image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye", "features": { "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, "ghcr.io/devcontainers-contrib/features/poetry:2": {},