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 25bde7b commit 405579aCopy full SHA for 405579a
src/Function.SDK.CSharp.Sample/Dockerfile
@@ -6,7 +6,7 @@ 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