From e690389ed983b09c7a9b493b7d3ce65a14e8ad9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:33:53 +0000 Subject: [PATCH] Update dependency docfx to 2.78.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e44450..8e06edf 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.2 # Just checking things RUN dotnet tool list --global