From 78c856f70820b59c5937e3860be8cc24294e2a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:34:44 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0 to 10.0 in /src/RandomAPI 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] --- src/RandomAPI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RandomAPI/Dockerfile b/src/RandomAPI/Dockerfile index 0387f45..872f1cf 100644 --- a/src/RandomAPI/Dockerfile +++ b/src/RandomAPI/Dockerfile @@ -9,7 +9,7 @@ EXPOSE 8081 # This stage is used to build the service project -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["RandomAPI.csproj", "."]