Skip to content

Commit 405579a

Browse files
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v10
1 parent 25bde7b commit 405579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function.SDK.CSharp.Sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EXPOSE 9443
66

77
# This stage is used to build the service project
88
ARG 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
1010
ARG BUILD_CONFIGURATION=Release
1111
ARG VERSION=0.0.1
1212
WORKDIR /src

0 commit comments

Comments
 (0)