From f583e0365c43df2daf151e146a31861d43fb67e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:25:31 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.101 to 9.0.101 Bumps dotnet/sdk from 8.0.101 to 9.0.101. --- 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..390f45d 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.101 AS build ARG configuration=Release WORKDIR /src COPY ["myfunc.csproj", "./"]