Skip to content

Commit

Permalink
Update docfx to v2.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Aug 30, 2021
1 parent 7144b1b commit aca0db5
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.57.2/docfx.zip /
ADD https://github.com/dotnet/docfx/releases/download/v2.58.2/docfx.zip /
RUN unzip docfx.zip -d /docfx && \
rm docfx.zip

0 comments on commit aca0db5

Please sign in to comment.