From 265c507ea5957dec72b9912a759e36ddfa4ca074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 01:06:45 +0000 Subject: [PATCH] Bump dotnet/sdk Bumps dotnet/sdk from 8.0.204-alpine3.19-amd64 to 8.0.300-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 e1c2260..bf4dac4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.204-alpine3.19-amd64 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.19-amd64 AS build WORKDIR /app # Copy csproj and restore as distinct layers