Skip to content

Commit

Permalink
Merge pull request #3 from nunit/update-docfx-build
Browse files Browse the repository at this point in the history
Update docfx build version from 2.56.1 --> 2.57.1
  • Loading branch information
SeanKilleen committed May 30, 2021
2 parents 03705a5 + 6dafb98 commit 3e975b6
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 @@ -18,6 +18,6 @@ ENTRYPOINT [ "docfx" ]

ADD ./entrypoint.sh /usr/local/bin/docfx

ADD https://github.com/dotnet/docfx/releases/download/v2.56.1/docfx.zip /
ADD https://github.com/dotnet/docfx/releases/download/v2.57.1/docfx.zip /
RUN unzip docfx.zip -d /docfx && \
rm docfx.zip

0 comments on commit 3e975b6

Please sign in to comment.