diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 57be8b7..6188629 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:3.13-trixie", + "image": "mcr.microsoft.com/devcontainers/python:3.14-trixie", "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers-extra/features/argo-cd:1": {},