diff --git a/Dockerfile b/Dockerfile index 1e44450..b59765d 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.77.0 +RUN dotnet tool install --global docfx --version 2.78.0 # Just checking things RUN dotnet tool list --global