mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 15:42:21 +08:00
Merge pull request #2608 from ipfs/fix-docker-build
Dockerfile: use go version 1.5.4-r0
This commit is contained in:
@ -27,7 +27,7 @@ ENV GX_IPFS ""
|
||||
# The IPFS fs-repo within the container
|
||||
ENV IPFS_PATH /data/ipfs
|
||||
# Golang stuff
|
||||
ENV GO_VERSION 1.5.3-r0
|
||||
ENV GO_VERSION 1.5.4-r0
|
||||
ENV GOPATH /go
|
||||
ENV PATH /go/bin:$PATH
|
||||
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs
|
||||
|
@ -16,7 +16,7 @@ EXPOSE 8080
|
||||
|
||||
ENV GX_IPFS ""
|
||||
ENV IPFS_PATH /data/ipfs
|
||||
ENV GO_VERSION 1.5.3-r0
|
||||
ENV GO_VERSION 1.5.4-r0
|
||||
ENV GOPATH /go
|
||||
ENV PATH /go/bin:$PATH
|
||||
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs
|
||||
|
Reference in New Issue
Block a user