Skip to content

Commit f432224

Browse files
authored
Merge pull request #23 from Arhell/upd
Update to docfx 2.62.1
2 parents 0fcd1c3 + 074765b commit f432224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN dotnet --version
55
# Setting the path up to allow .NET tools
66
ENV PATH "$PATH:/root/.dotnet/tools"
77

8-
RUN dotnet tool install --global docfx --version 2.61.0
8+
RUN dotnet tool install --global docfx --version 2.62.1
99

1010
# Just checking things
1111
RUN dotnet tool list --global

0 commit comments

Comments
 (0)