We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c9ef6 commit 3c11451Copy full SHA for 3c11451
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/python:3.14-trixie",
3
"postCreateCommand": "/bin/bash -c 'python -m pip install uv && python -m uv sync & git clone https://github.com/reflex-dev/reflex-examples; wait'",
4
"forwardPorts": [3000, 8000],
5
"portsAttributes": {
0 commit comments