Skip to content

Commit

Permalink
Update dependency docfx to 2.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 8d9dad5 commit a458f8c
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 @@ -5,7 +5,7 @@ RUN dotnet --version
# Setting the path up to allow .NET tools
ENV PATH "$PATH:/root/.dotnet/tools"

Check warning on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN dotnet tool install --global docfx --version 2.77.0
RUN dotnet tool install --global docfx --version 2.78.1

# Just checking things
RUN dotnet tool list --global
Expand Down

0 comments on commit a458f8c

Please sign in to comment.