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 .