We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b92e93f + f460cbc commit 02fb733Copy full SHA for 02fb733
Dockerfile
@@ -1,5 +1,5 @@
1
# Build Geth in a stock Go builder container
2
-FROM golang:1.24-alpine AS builder
+FROM golang:1.24-alpine AS build
3
4
# Install dependencies
5
RUN apk update &&\
0 commit comments