Skip to content

Commit 3c11451

Browse files
authored
bump devcontainer to python:3.14-trixie (#6158)
1 parent b8c9ef6 commit 3c11451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
2+
"image": "mcr.microsoft.com/devcontainers/python:3.14-trixie",
33
"postCreateCommand": "/bin/bash -c 'python -m pip install uv && python -m uv sync & git clone https://github.com/reflex-dev/reflex-examples; wait'",
44
"forwardPorts": [3000, 8000],
55
"portsAttributes": {

0 commit comments

Comments
 (0)