Update etcd image in integration tests to 2.2.0

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-10-05 09:02:37 -07:00
parent 1c0d40365b
commit 9521a1a964
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
}