From 6bd4f1f3f98029cbd0fce80ec7f9d8d0f87c0f9b Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sun, 7 Apr 2024 14:55:55 +0300 Subject: [PATCH] Update to docfx 2.76.0 (#51) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30a778e..1ce3495 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.75.3 +RUN dotnet tool install --global docfx --version 2.76.0 # Just checking things RUN dotnet tool list --global