Skip to content

Commit

Permalink
Update to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darron committed Apr 22, 2016
1 parent 5530731 commit caf590b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM octohost/base:trusty

# Go 1.6.1
RUN curl -sf -o /tmp/go1.6.1.linux-amd64.tar.gz -L https://storage.googleapis.com/golang/go1.6.1.linux-amd64.tar.gz; \
mkdir -p /opt && cd /opt && tar xfz /tmp/go1.6.1.linux-amd64.tar.gz && rm -f /tmp/go1.6.1.linux-amd64.tar.gz
# Go 1.6.2
RUN curl -sf -o /tmp/go1.6.2.linux-amd64.tar.gz -L https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz; \
mkdir -p /opt && cd /opt && tar xfz /tmp/go1.6.2.linux-amd64.tar.gz && rm -f /tmp/go1.6.2.linux-amd64.tar.gz

ENV GOROOT /opt/go
ENV GOPATH /root/gocode
Expand Down

0 comments on commit caf590b

Please sign in to comment.