Skip to content

Commit 520a34e

Browse files
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v9.0.9 (#269)
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
1 parent 1049361 commit 520a34e

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.8-noble-chiseled-extra AS production
16+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-noble-chiseled-extra AS production
1717
ARG PROJECT
1818

1919
ENV APPLICATION=${PROJECT}

0 commit comments

Comments
 (0)