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