From 82986e11bf365a8000f7bd3b1f6f264d7a8b8871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:22:22 +0000 Subject: [PATCH] Bump dotnet/sdk Bumps dotnet/sdk from 8.0.204-alpine3.19-amd64 to 8.0.302-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 e1c2260e..b3adf4e3 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.302-alpine3.19-amd64 AS build WORKDIR /app # Copy csproj and restore as distinct layers