Skip to content

Commit

Permalink
Update to docfx 2.71.0 (#34)
Browse files Browse the repository at this point in the history
* Update to docfx 2.70.3

* Update to docfx 2.70.4

* Update docfx to v2.71.0

---------

Co-authored-by: Sean Killeen <[email protected]>
  • Loading branch information
Arhell and SeanKilleen authored Oct 8, 2023
1 parent 1f2bfd6 commit 6d5552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d5552e

Please sign in to comment.