From c14a75ce9b075f3c938f9e87a26f1284a888be3d Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 5 Mar 2026 17:17:20 -0800 Subject: [PATCH] bump devcontainer to python:3.14-trixie --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {