Skip to content

Commit

Permalink
upd - Updated to .NET 8.0 and DocFX 2.73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO authored Nov 15, 2023
1 parent 2fa7787 commit 5ba85be
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
@@ -1,11 +1,11 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy

RUN dotnet --version

# Setting the path up to allow .NET tools
ENV PATH "$PATH:/root/.dotnet/tools"

RUN dotnet tool install --global docfx --version 2.71.0
RUN dotnet tool install --global docfx --version 2.73.2

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

0 comments on commit 5ba85be

Please sign in to comment.