From cd09a1cd693cef63085e58d22ce0deabff6e184f Mon Sep 17 00:00:00 2001 From: luanxu-mxc <127607169+luanxu-mxc@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:52:02 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69abd2bc4230..32e83f402710 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VERSION="" ARG BUILDNUM="" # Build Geth in a stock Go builder container -FROM --platform=${BUILDPLATFORM} golang:1.23-alpine as builder +FROM golang:1.23-alpine as builder RUN apk add --no-cache gcc musl-dev linux-headers git