Skip to content

Commit 4c0adba

Browse files
authored
chore: replace deprecated url for dev container image (#136)
1 parent 5faaa9c commit 4c0adba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Python 3",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
44
"forwardPorts": [8000],
55
"postCreateCommand": "pip install -r requirements.txt",
66
"customizations": {

0 commit comments

Comments
 (0)