Skip to content

Commit 9548a41

Browse files
authored
Merge pull request #13767 from notatallshaw/fix-devcontainer-definition
Fix devcontainer definition
2 parents c782c6b + c7105b9 commit 9548a41

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": "pip",
3-
"image": "mcr.microsoft.com/devcontainers/python:1-3",
3+
"image": "mcr.microsoft.com/devcontainers/python:3",
44
"features": {
55
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
66
"packages": "mercurial,subversion,bzr"

0 commit comments

Comments
 (0)