1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

Merge pull request #2608 from ipfs/fix-docker-build

Dockerfile: use go version 1.5.4-r0
This commit is contained in:
Jeromy Johnson
2016-04-27 14:08:44 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ENV GX_IPFS ""
# The IPFS fs-repo within the container # The IPFS fs-repo within the container
ENV IPFS_PATH /data/ipfs ENV IPFS_PATH /data/ipfs
# Golang stuff # Golang stuff
ENV GO_VERSION 1.5.3-r0 ENV GO_VERSION 1.5.4-r0
ENV GOPATH /go ENV GOPATH /go
ENV PATH /go/bin:$PATH ENV PATH /go/bin:$PATH
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs

View File

@ -16,7 +16,7 @@ EXPOSE 8080
ENV GX_IPFS "" ENV GX_IPFS ""
ENV IPFS_PATH /data/ipfs ENV IPFS_PATH /data/ipfs
ENV GO_VERSION 1.5.3-r0 ENV GO_VERSION 1.5.4-r0
ENV GOPATH /go ENV GOPATH /go
ENV PATH /go/bin:$PATH ENV PATH /go/bin:$PATH
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs