From fd34d5ee4bb6a0a3a87acbccdf6be018cf055781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:24:51 +0000 Subject: [PATCH] Bump dotnet/sdk from 7.0-alpine to 9.0-alpine Bumps dotnet/sdk from 7.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 cd94e0a7c..d528f6212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/microsoft-dotnet-core -FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build WORKDIR /source ARG GIT_COMMIT_SHA ENV ASPNETCORE_URLS=http://+:8080