Skip to content

Commit cefe872

Browse files
Merge pull request #2901 from ipfs/feature/docker-update
docker: update to go 1.6.2 and alpine 3.4
2 parents c85eec2 + a04570d commit cefe872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.3
1+
FROM alpine:3.4
22
MAINTAINER Lars Gierth <[email protected]>
33

44
# There is a copy of this Dockerfile called Dockerfile.fast,
@@ -29,7 +29,7 @@ ENV IPFS_PATH /data/ipfs
2929
# The default logging level
3030
ENV IPFS_LOGGING ""
3131
# Golang stuff
32-
ENV GO_VERSION 1.5.4-r0
32+
ENV GO_VERSION 1.6.2-r2
3333
ENV GOPATH /go
3434
ENV PATH /go/bin:$PATH
3535
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs

Dockerfile.fast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.3
1+
FROM alpine:3.4
22
MAINTAINER Lars Gierth <[email protected]>
33

44
# This is a copy of /Dockerfile,
@@ -15,7 +15,7 @@ EXPOSE 8080
1515
ENV GX_IPFS ""
1616
ENV IPFS_PATH /data/ipfs
1717
ENV IPFS_LOGGING ""
18-
ENV GO_VERSION 1.5.4-r0
18+
ENV GO_VERSION 1.6.2-r2
1919
ENV GOPATH /go
2020
ENV PATH /go/bin:$PATH
2121
ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs

0 commit comments

Comments
 (0)