Skip to content

Commit

Permalink
upgrade linux packaging container to Go 1.7.1
Browse files Browse the repository at this point in the history
Made more urgent by: golang/go#16208
  • Loading branch information
oconnor663 committed Oct 6, 2016
1 parent 455998c commit 3c366fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN npm install -g npm
RUN npm cache clean

# Install Go directly from Google, because the Debian repos tend to be behind.
RUN wget https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz -O /root/go.tar
RUN wget "https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz" -O /root/go.tar
RUN tar -C /usr/local -xzf /root/go.tar
RUN rm /root/go.tar
ENV PATH "$PATH:/usr/local/go/bin"

0 comments on commit 3c366fc

Please sign in to comment.