From 6d5552efec23ca278bf664c60035740d5511e72e Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 9 Oct 2023 02:37:13 +0300 Subject: [PATCH] Update to docfx 2.71.0 (#34) * Update to docfx 2.70.3 * Update to docfx 2.70.4 * Update docfx to v2.71.0 --------- Co-authored-by: Sean Killeen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5417ac9..eac132f 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.70.1 +RUN dotnet tool install --global docfx --version 2.71.0 # Just checking things RUN dotnet tool list --global