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