File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM deis/base:latest
22MAINTAINER OpDemand <info@opdemand.com>
33
44# install go runtime
5- RUN wget -qO- https://storage.googleapis.com/golang/go1.2.2 .linux-amd64.tar.gz | tar -C /usr/local -xz
5+ RUN wget -qO- https://storage.googleapis.com/golang/go1.3.1 .linux-amd64.tar.gz | tar -C /usr/local -xz
66
77# prepare go environment
88RUN mkdir -p /go
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MAINTAINER Matt Boersma <matt@opdemand.com>
33
44# Install prerequisites: wget, git, and go.
55RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -qy wget git-core
6- RUN wget -qO- https://storage.googleapis.com/golang/go1.3.linux-amd64.tar.gz | tar -C /usr/local -xz
6+ RUN wget -qO- https://storage.googleapis.com/golang/go1.3.1. linux-amd64.tar.gz | tar -C /usr/local -xz
77ENV PATH /usr/local/go/bin:$PATH
88
99# Build etcd v0.4.5. Keep this in sync with Deis' version.
You can’t perform that action at this time.
0 commit comments