Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v8.0.4 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Apr 16, 2024
1 parent 3a4cc07 commit 53db901
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.3 AS production
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4 AS production
ARG PROJECT
ARG USER

Expand Down

0 comments on commit 53db901

Please sign in to comment.