Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v8.0.300 (#44)
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 May 15, 2024
1 parent 3dc8e6c commit 43d15bd
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.204 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.300 AS build
ARG PROJECT

WORKDIR /src
Expand Down

0 comments on commit 43d15bd

Please sign in to comment.