Skip to content

Commit

Permalink
Dockerfile: upgrade to Go 1.17 (ethereum#23465)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and zzyalbert committed Nov 26, 2021
1 parent 0204f8d commit 5e312a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Expand Up @@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""

# Build Geth in a stock Go builder container
FROM golang:1.16-alpine as builder
FROM golang:1.17-alpine as builder

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

Expand Down

0 comments on commit 5e312a4

Please sign in to comment.