Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v8.0.10 (#26)
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 Oct 9, 2024
1 parent 2efc8ae commit 48062c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chronicler.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet tool restore
RUN dotnet publish src/${PROJECT} -c Release -p:CustomAssemblyName=App -o /app/publish

# ------- production image -------
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-jammy-chiseled-extra AS production
FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-jammy-chiseled-extra AS production

WORKDIR /app
COPY --from=build /app/publish .
Expand Down

0 comments on commit 48062c3

Please sign in to comment.