We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92099e commit e414ad2Copy full SHA for e414ad2
1 file changed
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
{
5
"name": "Python 3",
6
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
7
- "image": "mcr.microsoft.com/devcontainers/python:0-3.10",
+ "image": "mcr.microsoft.com/devcontainers/python:3.10-bookworm",
8
"features": {
9
"ghcr.io/devcontainers/features/node:1": {
10
"nodeGypDependencies": true,
0 commit comments