Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 329b519

Browse files
committed
Match .NET devcontainer version to PSES
1 parent 7881cda commit 329b519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# It's easier to restore node/typescript than dotnet, which is why we use this as the base
2-
FROM mcr.microsoft.com/devcontainers/dotnet:9.0
2+
FROM mcr.microsoft.com/devcontainers/dotnet:8.0
33

44
# Install VSCode which includes the library prereqs to run vscode-test
55
RUN <<SCRIPT

0 commit comments

Comments
 (0)