diff --git a/Dockerfile b/Dockerfile index 659efb3..5c116e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN sed -i '/replace/d' go.mod && \ go mod download # -------------------- builder stage -------------------- -FROM --platform=$BUILDPLATFORM golang:alpine AS builder +FROM golang:alpine AS builder # Buildx injects these ARG TARGETOS