We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c51c5 commit fc74ff3Copy full SHA for fc74ff3
1 file changed
tests/fixtures/test-etcd/Dockerfile
@@ -11,7 +11,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdem
11
RUN buildDeps='curl git-core'; \
12
set -x; \
13
apt-get update && apt-get install -y $buildDeps --no-install-recommends \
14
- && curl -sSL https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
+ && curl -sSL https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -C /usr/local -xz \
15
&& git clone -q https://github.com/coreos/etcd.git /opt/etcd \
16
&& cd /opt/etcd && git checkout -q v0.4.6 && PATH=/usr/local/go/bin:$PATH ./build \
17
&& cp /opt/etcd/bin/etcd /usr/local/bin \
0 commit comments