aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 04:50:10 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 04:50:10 +0800
commitfd5d061d49ae32db3ebf8b8e6a14380742701661 (patch)
tree6b991781e4b5c7ebae726195f6b99b0edb807da0 /Dockerfile
parent5e891ea981aabc1435c54decc1572788d3358954 (diff)
parent1337a8dfb11160d67db410b71af92a02d6b232f5 (diff)
downloadgo-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar.gz
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar.bz2
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar.lz
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar.xz
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.tar.zst
go-tangerine-fd5d061d49ae32db3ebf8b8e6a14380742701661.zip
Merge branch 'develop' into Gustav-Simonsson-key_store_and_accounts_integration
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 82ce9f7fc..726e6b71f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y git mercurial build-essential software-properties-common pkg-config libgmp3-dev libreadline6-dev libpcre3-dev libpcre++-dev
## Build and install Go
-RUN hg clone -u release https://code.google.com/p/go
-RUN cd go && hg update go1.4
+RUN git clone https://go.googlesource.com/go
+RUN cd go && git checkout go1.4.1
RUN cd go/src && ./all.bash && go version
## Install GUI dependencies