docker: btcd requires Go 1.8 or newer and fails to build with 1.7
The btcd docker container fails to build with Golang 1.7 because this version of go is missing time.Until (used by the btcd server)
This commit is contained in:
parent
bc1e0cd8dd
commit
de6e511539
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.7
|
FROM golang:1.8
|
||||||
|
|
||||||
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.network>
|
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.network>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user