From f7e59da003c69d11d2e7534e8c832ed2d455dda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 04:22:58 +0000 Subject: [PATCH] Bump dotnet/sdk 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] --- .../durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile index 271d4e27..b1b91f2f 100644 --- a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile +++ b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src # Copy csproj and restore dependencies