diff --git a/Dockerfile b/Dockerfile index afa3f9399e..91a40c8805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # │─││ │││ │ │ # ┘─┘┘─┘┘┘─┘┘─┘ -FROM node:18-alpine AS builder +FROM --platform=$BUILDPLATFORM node:18-alpine AS builder WORKDIR /build