From aa025948fe791c33ab5c1d771960c705676265f0 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 2 Aug 2023 23:28:21 +0300 Subject: [PATCH] Update to docfx 2.70.0 (#31) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83c8d34..fcc7dfd 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.67.5 +RUN dotnet tool install --global docfx --version 2.70.0 # Just checking things RUN dotnet tool list --global