Skip to content

Commit

Permalink
Update Dockerfile Bump version Docfx 2.78.2 (#10429)
Browse files Browse the repository at this point in the history
  • Loading branch information
JM2K69 authored Nov 27, 2024
1 parent 3ff9ae7 commit 1c07554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH="${PATH}:/root/.dotnet/tools"
ENV PLAYWRIGHT_NODEJS_PATH="/usr/bin/node"

# Set target docfx version.
ARG DOCFX_VERSION=2.78.1
ARG DOCFX_VERSION=2.78.2

# Install DocFX as a dotnet tool.
RUN dotnet tool install docfx -g --version ${DOCFX_VERSION} && \
Expand All @@ -25,4 +25,4 @@ RUN apt-get install -y -qq --update --no-install-recommends nodejs && \
WORKDIR /opt/prj
VOLUME [ "/opt/prj" ]

ENTRYPOINT [ "docfx" ]
ENTRYPOINT [ "docfx" ]

0 comments on commit 1c07554

Please sign in to comment.