Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from bitrise-docker/go-update
Browse files Browse the repository at this point in the history
Go upgrade 1.6.1
  • Loading branch information
viktorbenei committed Apr 16, 2016
2 parents e34dbe1 + 3d5cfa1 commit 5faa565
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 @@ -61,7 +61,7 @@ RUN gem install bundler --no-document

# install Go
# from official binary package
RUN wget -q https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz -O go-bins.tar.gz
RUN wget -q https://storage.googleapis.com/golang/go1.6.1.linux-amd64.tar.gz -O go-bins.tar.gz
RUN tar -C /usr/local -xvzf go-bins.tar.gz
RUN rm go-bins.tar.gz
# ENV setup
Expand Down

0 comments on commit 5faa565

Please sign in to comment.