Skip to content

Commit

Permalink
Merge pull request #10 from Arhell/bump-v
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
SeanKilleen committed Apr 14, 2022
2 parents abd2233 + cbc483d commit 71c11aa
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 @@ -19,6 +19,6 @@ ENTRYPOINT [ "docfx" ]

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

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

0 comments on commit 71c11aa

Please sign in to comment.