Skip to content

Commit

Permalink
tools/report-generator/Dockerfile: Update it
Browse files Browse the repository at this point in the history
This version also requires a newer .NET version.
  • Loading branch information
t-b committed Nov 19, 2024
1 parent 77cf391 commit 9e59883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/report-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ RUN sed -ri 's/(main)/\1 contrib/g' /etc/apt/sources.list.d/debian.sources &&
dpkg -i packages-microsoft-prod.deb && \
rm packages-microsoft-prod.deb && \
apt-get update && \
apt-get install -y dotnet-sdk-7.0 && \
apt-get install -y dotnet-sdk-9.0 && \
apt-get clean

RUN dotnet tool install --global --version 5.3.9 \
RUN dotnet tool install --global --version 5.4.1 \
dotnet-reportgenerator-globaltool && \
mkdir -p /home/ci && \
mv /root/.dotnet /home/ci
Expand Down

0 comments on commit 9e59883

Please sign in to comment.