Skip to content

Commit

Permalink
Test remove platform from runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
linus-berg committed Sep 8, 2024
1 parent 79c72e7 commit fb78bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APM.Npm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime:8.0 AS base
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
Expand Down

0 comments on commit fb78bc2

Please sign in to comment.