Skip to content

Commit

Permalink
cmake(ci): install dotnet 8.0 in Fedora Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Apr 23, 2024
1 parent cdb266d commit 7f9d3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dnf -y update \
# Install .NET SDK
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-fedora
RUN dnf -y update \
&& dnf -y install dotnet-sdk-7.0 \
&& dnf -y install dotnet-sdk-8.0 \
&& dnf clean all
# Trigger first run experience by running arbitrary cmd
RUN dotnet --info
Expand Down

0 comments on commit 7f9d3de

Please sign in to comment.