Skip to content

Commit 317ab17

Browse files
committed
It seems we need dotnet 10 now
1 parent 1a14173 commit 317ab17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# NET 6.0 is required for the docstool
21
# For more options see https://github.com/devcontainers/images/tree/main/src/dotnet
3-
FROM mcr.microsoft.com/devcontainers/dotnet:9.0
2+
FROM mcr.microsoft.com/devcontainers/dotnet:10.0-preview
43

54
# Required dependency for docstool libskiasharp
65
RUN sudo apt-get update && sudo apt-get install fontconfig -y

0 commit comments

Comments
 (0)