Skip to content

Commit

Permalink
Update docfx from v2.45.1 --> 2.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Jul 12, 2020
1 parent 2007688 commit 8b66b34
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 8b66b34

Please sign in to comment.