Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
projectorigin-renovate[bot] authored Jan 15, 2025
1 parent feac322 commit a2dc1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stamp.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet build ${PROJECT} -c Release --no-restore -o /app/build
RUN dotnet publish ${PROJECT} -c Release -o /app/publish

# ------- production image -------
FROM mcr.microsoft.com/dotnet/aspnet:8.0.11 AS production
FROM mcr.microsoft.com/dotnet/aspnet:9.0.1 AS production
ARG PROJECT
ARG USER

Expand Down

0 comments on commit a2dc1a2

Please sign in to comment.