Skip to content

Commit 1b98a80

Browse files
committed
Replace test devcontainer with 3.8 container
1 parent 2f71d37 commit 1b98a80

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
2-
"name": "fastapi-37",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.12",
2+
"name": "fastapi-38",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.8-bookworm",
44
"features": {
5-
"ghcr.io/devcontainers/features/node:1": { "version": "latest" }
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"version": "latest"
7+
}
68
},
79
"postCreateCommand": "pipx install poetry && poetry install",
8-
"forwardPorts": [2222]
9-
}
10+
"forwardPorts": [
11+
2222
12+
]
13+
}

0 commit comments

Comments
 (0)