From d8027116f3116b7b5a36220a13e11a55d1f40eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:14:24 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0-alpine to 9.0-alpine Bumps dotnet/sdk from 8.0-alpine to 9.0-alpine. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0698029..d18cee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build WORKDIR /app