File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Function.SDK.CSharp.Sample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This stage is used when running from VS in fast mode (Default for Debug configuration)
2- FROM mcr.microsoft.com/dotnet/aspnet:9 .0-noble-chiseled-extra AS base
2+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-noble-chiseled-extra AS base
33USER $APP_UID
44WORKDIR /app
55EXPOSE 9443
66
77# This stage is used to build the service project
88ARG BUILDPLATFORM=linux/amd64
9- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0-noble AS build
9+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0-noble AS build
1010ARG BUILD_CONFIGURATION=Release
1111ARG VERSION=0.0.1
1212WORKDIR /src
Original file line number Diff line number Diff line change 2828 <PackageReference Include =" Grpc.AspNetCore" Version =" 2.71.0" />
2929 <PackageReference Include =" Grpc.AspNetCore.Server.Reflection" Version =" 2.71.0" />
3030 <PackageReference Include =" KubernetesClient" Version =" 18.0.5" />
31- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 9 .0.10 " />
31+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 10 .0.0 " />
3232 </ItemGroup >
3333
3434 <ItemGroup >
You can’t perform that action at this time.
0 commit comments