From 3f1287c87bff19558160309c341f27f92396fbd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:42:35 +0000 Subject: [PATCH] Bump dotnet/sdk in /implementations/dotnet-jsonschema-net Bumps dotnet/sdk from 10.0.302 to 10.0.400. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.400 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- implementations/dotnet-jsonschema-net/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/dotnet-jsonschema-net/Dockerfile b/implementations/dotnet-jsonschema-net/Dockerfile index b74f2d05a..1d0e76456 100644 --- a/implementations/dotnet-jsonschema-net/Dockerfile +++ b/implementations/dotnet-jsonschema-net/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:10.0.302 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.400 AS build WORKDIR /source COPY *.csproj .