From 8b120a52bb8a94e34ffd3dec5b1a196f67eb62ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:32:25 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.101 to 9.0.100 Bumps dotnet/sdk from 8.0.101 to 9.0.100. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 82b9f01..b5aab22 100644 --- a/dockerfile +++ b/dockerfile @@ -9,7 +9,7 @@ ENV ASPNETCORE_URLS=http://+:5000 RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app USER appuser -FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0.100 AS build ARG configuration=Release WORKDIR /src COPY ["myfunc.csproj", "./"]