Skip to content

Commit

Permalink
Merge pull request #2 from nunit/update-docfx-to-latest
Browse files Browse the repository at this point in the history
Update docfx from v2.45.1 --> 2.56.1
  • Loading branch information
SeanKilleen authored Jul 12, 2020
2 parents 2007688 + 8b66b34 commit 03705a5
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.45.1/docfx.zip /
ADD https://github.com/dotnet/docfx/releases/download/v2.56.1/docfx.zip /
RUN unzip docfx.zip -d /docfx && \
rm docfx.zip

0 comments on commit 03705a5

Please sign in to comment.