Skip to content

Commit

Permalink
Fixing build image
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Nov 2, 2024
1 parent 90a0bb5 commit 231103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SC.Service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY . .
RUN dotnet restore "SC.Service/SC.Service.csproj"
Expand Down

0 comments on commit 231103e

Please sign in to comment.