diff --git a/Dockerfile b/Dockerfile index 91e92e5..b7ac290 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.73.2 +RUN dotnet tool install --global docfx --version 2.74.1 # Just checking things RUN dotnet tool list --global