Skip to content

Commit

Permalink
cmake(ci): Use dotnet-sdk-8.0 on fedora:latest
Browse files Browse the repository at this point in the history
Fedora 41 drop the `dotnet-sdk-6.0` package...
  • Loading branch information
Mizux committed Nov 8, 2024
1 parent 3804935 commit 0d47df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/docker/fedora/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ortools/cmake:fedora_swig AS env

# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-fedora
RUN dnf -y update \
&& dnf -y install dotnet-sdk-6.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 0d47df6

Please sign in to comment.