We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab9d41 commit bb44abbCopy full SHA for bb44abb
src/Function.SDK.CSharp.Sample/Dockerfile
@@ -1,12 +1,12 @@
1
# 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
+FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-extra AS base
3
USER $APP_UID
4
WORKDIR /app
5
EXPOSE 9443
6
7
# This stage is used to build the service project
8
ARG BUILDPLATFORM=linux/amd64
9
-FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
+FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
10
ARG BUILD_CONFIGURATION=Release
11
ARG VERSION=0.0.1
12
WORKDIR /src
0 commit comments