Skip to content

Commit 1c07554

Browse files
authored
Update Dockerfile Bump version Docfx 2.78.2 (#10429)
1 parent 3ff9ae7 commit 1c07554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PATH="${PATH}:/root/.dotnet/tools"
77
ENV PLAYWRIGHT_NODEJS_PATH="/usr/bin/node"
88

99
# Set target docfx version.
10-
ARG DOCFX_VERSION=2.78.1
10+
ARG DOCFX_VERSION=2.78.2
1111

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

28-
ENTRYPOINT [ "docfx" ]
28+
ENTRYPOINT [ "docfx" ]

0 commit comments

Comments
 (0)