From 6330b2609de21e7ef3a480a39b282f56230574af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:49:09 +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 acb14fbf..8dfd1a50 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 COPY . . RUN dotnet restore