We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf8769 commit 8b78d6aCopy full SHA for 8b78d6a
Dockerfile.alltools
@@ -4,7 +4,7 @@ ARG VERSION=""
4
ARG BUILDNUM=""
5
6
# Build Geth in a stock Go builder container
7
-FROM golang:1.20-alpine as builder
+FROM golang:1.21-alpine as builder
8
9
RUN apk add --no-cache gcc musl-dev linux-headers git
10
0 commit comments