Skip to content

Commit

Permalink
Merge pull request #731 from pachyderm/go_17_migration
Browse files Browse the repository at this point in the history
Update Dockerfile to use go 1.7 instead of go 1.6
  • Loading branch information
msteffen committed Aug 18, 2016
2 parents b7c7a3d + 0fa0875 commit 44b78bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
curl -sSL https://github.com/docker/compose/releases/download/1.5.0rc2/docker-compose-Linux-x86_64 > /bin/docker-compose && \
chmod +x /bin/docker-compose
RUN \
curl -sSL https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | tar -C /usr/local -xz && \
curl -sSL https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz | tar -C /usr/local -xz && \
mkdir -p /go/bin
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down

0 comments on commit 44b78bb

Please sign in to comment.