From d8e55a4b6c4d804f036bcd52339f1d1cbe629a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:08:35 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.410-alpine3.21 to 8.0.411-alpine3.21 Bumps dotnet/sdk from 8.0.410-alpine3.21 to 8.0.411-alpine3.21. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 8.0.411-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 db4ba7d9..fc23c1f6 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.410-alpine3.21 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.411-alpine3.21 AS build ARG TARGETARCH WORKDIR /source