We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f282d4 commit 25b8a32Copy full SHA for 25b8a32
1 file changed
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Python 3",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/python:2-3.14-trixie",
7
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
"features": {
0 commit comments