Reverted to 1.10 version of go for docker

changed author name
This commit is contained in:
vsmk98 2018-10-12 10:32:30 +08:00
parent c1fbb5143a
commit e3dddcafaa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
FROM golang:1.9-alpine as builder
FROM golang:1.10-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers