From 9521a1a96494ea7cdac35943bbc00eec64612ec8 Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Mon, 5 Oct 2015 09:02:37 -0700 Subject: [PATCH] Update etcd image in integration tests to 2.2.0 Signed-off-by: Alexandre Beslic --- test/integration/discovery/etcd.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/discovery/etcd.bats b/test/integration/discovery/etcd.bats index d5edf9c9ad..ac1070f98b 100644 --- a/test/integration/discovery/etcd.bats +++ b/test/integration/discovery/etcd.bats @@ -16,7 +16,7 @@ function start_store() { docker_host run -d \ --net=host \ --name=$CONTAINER_NAME \ - quay.io/coreos/etcd:v2.0.11 \ + quay.io/coreos/etcd:v2.2.0 \ --listen-client-urls="http://0.0.0.0:${PORT}" \ --advertise-client-urls="http://${STORE_HOST}" }