Skip to content

Commit 2bc3f9d

Browse files
committed
cmake(ci): Fix ubuntu dotnet build
1 parent ac0efa3 commit 2bc3f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/docker/ubuntu/dotnet.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ortools/cmake:ubuntu_swig AS env
33
# Install .NET SDK
44
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
55
RUN apt-get update -qq \
6-
&& apt-get install -yq dotnet-sdk-8.0 \
6+
&& apt-get install -yq dotnet-sdk-10.0 \
77
&& apt-get clean \
88
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
99
# Trigger first run experience by running arbitrary cmd

0 commit comments

Comments
 (0)