Skip to content

Commit a87cdf5

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 3be8ec9 commit a87cdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Function.SDK.CSharp.Sample/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
33
USER $APP_UID
44
WORKDIR /app
55
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)