diff --git a/Dockerfile b/Dockerfile index 30a9325..099634d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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