From 29924ee7aebccc0cec5d1c5f9c33d8da730bc2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:12:59 +0000 Subject: [PATCH] Bump dotnet/sdk in /implementations/dotnet-jsonschema-net Bumps dotnet/sdk from 9.0.101 to 9.0.102. --- updated-dependencies: - dependency-name: dotnet/sdk 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 199bd6389..114e480b5 100644 --- a/implementations/dotnet-jsonschema-net/Dockerfile +++ b/implementations/dotnet-jsonschema-net/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:9.0.101 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0.102 AS build WORKDIR /source COPY *.csproj .