diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2ac6215..d833a78 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/python:3.13", "features": { "ghcr.io/devcontainers/features/github-cli:1": {} },