From 760faeeeab3be500f879092ba12445e80a148229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:10:25 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.407-alpine3.20 to 8.0.408-alpine3.20 Bumps dotnet/sdk from 8.0.407-alpine3.20 to 8.0.408-alpine3.20. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 8.0.408-alpine3.20 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 e9ac7efb..27b05f3b 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.407-alpine3.20 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.408-alpine3.20 AS build ARG TARGETARCH WORKDIR /source