From 07ff70d2a02c841fafcb76a3432fdab89819ed0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:18:24 +0000 Subject: [PATCH] docker(deps): bump dotnet/sdk from 8.0 to 10.0 in /docker Bumps dotnet/sdk from 8.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/Dockerfile.csharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.csharp b/docker/Dockerfile.csharp index 745975d..3ed8530 100644 --- a/docker/Dockerfile.csharp +++ b/docker/Dockerfile.csharp @@ -1,7 +1,7 @@ # Dockerfile for C# bindings CI testing # Builds the native liblpm library and tests the C# bindings -FROM mcr.microsoft.com/dotnet/sdk:8.0 +FROM mcr.microsoft.com/dotnet/sdk:10.0 # Install C build tools and GCC 13 for C23 support RUN apt-get update && apt-get install -y --no-install-recommends \