Skip to content

Commit

Permalink
Downgraded to Go 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jig committed Aug 10, 2014
1 parent ca096f3 commit 9e3e0e0
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 @@ -8,7 +8,7 @@ RUN apt-get -y update
RUN apt-get -y install wget bzip2

# golang install
ENV VERSION 1.3
ENV VERSION 1.2.2
ENV OS linux
ENV ARCH amd64
RUN wget http://golang.org/dl/go$VERSION.$OS-$ARCH.tar.gz -q -O - | tar -zxf - -C /usr/local
Expand Down

0 comments on commit 9e3e0e0

Please sign in to comment.