From fa097cb8ae6b38b61ebe46dff9e18c47543a1270 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sun, 4 Feb 2024 18:35:03 +0200 Subject: [PATCH] Update to docfx 2.75.2 (#39) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7ac290..d68f3cc 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.74.1 +RUN dotnet tool install --global docfx --version 2.75.2 # Just checking things RUN dotnet tool list --global