Skip to content

Commit 1834176

Browse files
authored
chore: replace deprecated url for dev container image (#185)
1 parent e9bcce0 commit 1834176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/steps/2-custom-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Let's create this file and set a few of the most common settings. For other opti
3232
```json
3333
{
3434
"name": "Basic Dev Environment",
35-
"image": "mcr.microsoft.com/vscode/devcontainers/base:debian"
35+
"image": "mcr.microsoft.com/devcontainers/base:debian"
3636
}
3737
```
3838

0 commit comments

Comments
 (0)