Skip to content

Commit 91fa3e0

Browse files
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v10
1 parent e28bd7f commit 91fa3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stamp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dotnet build ${PROJECT} -c Release --no-restore -o /app/build
1313
RUN dotnet publish ${PROJECT} -c Release -o /app/publish
1414

1515
# ------- production image -------
16-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-noble-chiseled-extra AS production
16+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-noble-chiseled-extra AS production
1717
ARG PROJECT
1818

1919
ENV APPLICATION=${PROJECT}

0 commit comments

Comments
 (0)