1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

docker: update to go 1.6.2 and alpine 3.4

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2016-06-24 02:24:20 +02:00
parent a72feedec6
commit a04570df73
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4
MAINTAINER Lars Gierth <lgierth@ipfs.io>
# There is a copy of this Dockerfile called Dockerfile.fast,
@ -29,7 +29,7 @@ ENV IPFS_PATH /data/ipfs
# The default logging level
ENV IPFS_LOGGING ""
# Golang stuff
ENV GO_VERSION 1.5.4-r0
ENV GO_VERSION 1.6.2-r2
ENV GOPATH /go
ENV PATH /go/bin:$PATH
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs

View File

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4
MAINTAINER Lars Gierth <lgierth@ipfs.io>
# This is a copy of /Dockerfile,
@ -15,7 +15,7 @@ EXPOSE 8080
ENV GX_IPFS ""
ENV IPFS_PATH /data/ipfs
ENV IPFS_LOGGING ""
ENV GO_VERSION 1.5.4-r0
ENV GO_VERSION 1.6.2-r2
ENV GOPATH /go
ENV PATH /go/bin:$PATH
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs