From 5a478ba3118496d0554b6145a990203f6bcfb8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:45:58 +0200 Subject: [PATCH] build(deps): bump dotnet/sdk (#275) Bumps dotnet/sdk from 8.0.204-alpine3.18-amd64 to 8.0.301-alpine3.18-amd64. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f98ac1f4..22e9a89c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.204-alpine3.18-amd64 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.301-alpine3.18-amd64 AS build WORKDIR /app # Copy csproj and restore as distinct layer