Skip to content

Commit 17394d3

Browse files
authored
chore: replace deprecated url for dev container image
1 parent 5faaa9c commit 17394d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)