We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d597d + e82029b commit 0fcd1c3Copy full SHA for 0fcd1c3
Dockerfile
@@ -5,7 +5,7 @@ RUN dotnet --version
5
# Setting the path up to allow .NET tools
6
ENV PATH "$PATH:/root/.dotnet/tools"
7
8
-RUN dotnet tool install --global docfx --version 2.60.2
+RUN dotnet tool install --global docfx --version 2.61.0
9
10
# Just checking things
11
RUN dotnet tool list --global
0 commit comments