Skip to content

Commit 0fcd1c3

Browse files
authored
Merge pull request #22 from nunit/SeanKilleen-patch-2
Update docfx to v2.61.0
2 parents 13d597d + e82029b commit 0fcd1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN dotnet --version
55
# Setting the path up to allow .NET tools
66
ENV PATH "$PATH:/root/.dotnet/tools"
77

8-
RUN dotnet tool install --global docfx --version 2.60.2
8+
RUN dotnet tool install --global docfx --version 2.61.0
99

1010
# Just checking things
1111
RUN dotnet tool list --global

0 commit comments

Comments
 (0)