Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v8.…
Browse files Browse the repository at this point in the history
…0.12 (#503)

Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Jan 15, 2025
1 parent e756c4d commit 885a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vault.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN dotnet tool restore
RUN dotnet publish src/ProjectOrigin.Vault -c Release -p:CustomAssemblyName=App -o /app/publish

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

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

0 comments on commit 885a87f

Please sign in to comment.