From 59ac4b4b54d4e5af6a9bfb67d2c5acc2f0f35315 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 21 Jan 2023 07:49:03 +0200 Subject: [PATCH] Update to docfx 2.60.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02ce6d0..531aade 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.60.0 +RUN dotnet tool install --global docfx --version 2.60.2 # Just checking things RUN dotnet tool list --global