From aeb228cb7a7b5d45813001c411b00e90c3ce7961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:16:04 +0000 Subject: [PATCH] Bump dotnet/sdk Bumps dotnet/sdk from 8.0.401-alpine3.19-amd64 to 8.0.402-alpine3.19-amd64. --- updated-dependencies: - dependency-name: dotnet/sdk 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 9e437232..1f79c8cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.401-alpine3.19-amd64 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.402-alpine3.19-amd64 AS build WORKDIR /app # Copy csproj and restore as distinct layers