Update etcd in tests to 3.0.13

This commit is contained in:
Wojciech Tyczynski
2016-10-27 13:47:52 +02:00
parent 9132965253
commit 543c2c20ac
6 changed files with 11 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \
github.com/jteeuwen/go-bindata/go-bindata
# Download and symlink etcd. We need this for our integration tests.
RUN export ETCD_VERSION=v3.0.10; \
RUN export ETCD_VERSION=v3.0.13; \
mkdir -p /usr/local/src/etcd \
&& cd /usr/local/src/etcd \
&& curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz | tar -xz \

View File

@@ -1 +1 @@
v1.7.1-0
v1.7.1-2