Skip to content

Commit d162142

Browse files
authored
Dockerfile: upgrade to Go 1.17 (ethereum#23465)
1 parent 3784e15 commit d162142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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 golang:1.16-alpine as builder
7+
FROM golang:1.17-alpine as builder
88

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

Dockerfile.alltools

+1-1
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 golang:1.16-alpine as builder
7+
FROM golang:1.17-alpine as builder
88

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

0 commit comments

Comments
 (0)