We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb85b8a + b85453b commit b8bfefdCopy full SHA for b8bfefd
1 file changed
tests/fixtures/test-etcd/Dockerfile
@@ -14,7 +14,7 @@ RUN buildDeps='curl git-core'; \
14
set -x; \
15
export DEBIAN_FRONTEND=noninteractive; \
16
apt-get update && apt-get install -y $buildDeps --no-install-recommends \
17
- && 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 \
18
&& git clone -q https://github.com/coreos/etcd.git /opt/etcd \
19
&& cd /opt/etcd && git checkout -q v0.4.6 && PATH=/usr/local/go/bin:$PATH ./build \
20
&& cp /opt/etcd/bin/etcd /usr/local/bin \
0 commit comments