diff --git a/examples/msal-net/akvdotnet/Dockerfile b/examples/msal-net/akvdotnet/Dockerfile index c60d8ca8..b9e16c38 100644 --- a/examples/msal-net/akvdotnet/Dockerfile +++ b/examples/msal-net/akvdotnet/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:7.0 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:9.0 AS builder WORKDIR /app ADD . . RUN dotnet build akvdotnet.csproj && dotnet publish -c release