Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v8.0.404 (#184)
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 Nov 13, 2024
1 parent 425a6ca commit e399847
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
@@ -1,7 +1,7 @@
ARG PROJECT=ProjectOrigin.Stamp.Server
ARG USER=dotnetuser

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.403 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.404 AS build
ARG PROJECT

WORKDIR /src
Expand Down

0 comments on commit e399847

Please sign in to comment.