We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0efa3 commit 2bc3f9dCopy full SHA for 2bc3f9d
1 file changed
cmake/docker/ubuntu/dotnet.Dockerfile
@@ -3,7 +3,7 @@ FROM ortools/cmake:ubuntu_swig AS env
3
# Install .NET SDK
4
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
5
RUN apt-get update -qq \
6
-&& apt-get install -yq dotnet-sdk-8.0 \
+&& apt-get install -yq dotnet-sdk-10.0 \
7
&& apt-get clean \
8
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
# Trigger first run experience by running arbitrary cmd
0 commit comments