diff --git a/Dockerfile b/Dockerfile index 30a778e..1ce3495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dotnet --version # Setting the path up to allow .NET tools ENV PATH "$PATH:/root/.dotnet/tools" -RUN dotnet tool install --global docfx --version 2.75.3 +RUN dotnet tool install --global docfx --version 2.76.0 # Just checking things RUN dotnet tool list --global