diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 24eb14cf9f1..8202e8aee02 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:3.14-trixie", "postCreateCommand": "/bin/bash -c 'python -m pip install uv && python -m uv sync & git clone https://github.com/reflex-dev/reflex-examples; wait'", "forwardPorts": [3000, 8000], "portsAttributes": {