Skip to content

Commit cd09a1c

Browse files
authored
Update Dockerfile
1 parent d2d1adc commit cd09a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine as builder
7+
FROM golang:1.23-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git
1010

0 commit comments

Comments
 (0)