From d5b473a69e70bfba78f8b142ecf4b2a9e3862389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 13:48:46 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.409-alpine3.21 to 8.0.410-alpine3.21 Bumps dotnet/sdk from 8.0.409-alpine3.21 to 8.0.410-alpine3.21. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 8.0.410-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a96634c..db4ba7d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Learn about building .NET container images: # https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.409-alpine3.21 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.410-alpine3.21 AS build ARG TARGETARCH WORKDIR /source