Dockerfile: use go version 1.5.4-r0
This error recently appeared when building the Dockerfile: ERROR: unsatisfiable constraints: go-1.5.4-r0: breaks: world[go=1.5.3-r0] It looks that now upstream requires go 1.5.4-r0 not 1.5.3-r0. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Apr 27, 2016 at 07:51 UTC
6083f61d05154af740417ad863054c348ef68a3c
1 file changed
+1
-1
Dockerfile
+1
-1
@@ -27,7 +27,7 @@ ENV GX_IPFS ""
27
# The IPFS fs-repo within the container
28
ENV IPFS_PATH /data/ipfs
29
# Golang stuff
30
-ENV GO_VERSION 1.5.3-r0
30
+ENV GO_VERSION 1.5.4-r0
31
ENV GOPATH /go
32
ENV PATH /go/bin:$PATH
33
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs