mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
travis, appveyor, Dockerfile: upgrade to Go 1.12
This commit is contained in:
committed by
Péter Szilágyi
parent
7ebd2fa5db
commit
e43bc36226
@@ -1,5 +1,5 @@
|
||||
# Build Geth in a stock Go builder container
|
||||
FROM golang:1.11-alpine as builder
|
||||
FROM golang:1.12-alpine as builder
|
||||
|
||||
RUN apk add --no-cache make gcc musl-dev linux-headers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user