File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -qy wget
66RUN 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
9- # Build etcd v0.4.5 . Keep this in sync with Deis' version.
9+ # Build etcd v0.4.6 . Keep this in sync with Deis' version.
1010RUN git clone -q https://github.com/coreos/etcd.git /opt/etcd
11- RUN cd /opt/etcd && git checkout -q v0.4.5 && ./build
11+ RUN cd /opt/etcd && git checkout -q v0.4.6 && ./build
1212
1313# Download latest stable etcdctl. Keep this in sync with Deis' version.
14- ADD https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.5 /usr/local/bin/etcdctl
14+ ADD https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.6 /usr/local/bin/etcdctl
1515RUN chmod +x /usr/local/bin/etcdctl
1616
1717EXPOSE 4001 7001
You can’t perform that action at this time.
0 commit comments