Skip to content

Commit

Permalink
Update dependency docfx to 2.78.2 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 355bc60 commit c49c741
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.2

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

0 comments on commit c49c741

Please sign in to comment.