Skip to content

Commit bd2dec0

Browse files
committed
Update devcontainer configuration: change base image to use devcontainers version
1 parent fa996c6 commit bd2dec0

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": "RazorPagesMovie Dev Container",
3-
"image": "mcr.microsoft.com/dotnet/sdk:6.0",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:6.0",
44
"forwardPorts": [5000, 5001],
55
"postCreateCommand": "apt-get update && apt-get install -y docker.io",
66
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",

0 commit comments

Comments
 (0)