From d295d4b323dd6b1fefc24be105f3d411b16d8405 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 1 Dec 2015 02:27:50 -0800 Subject: [PATCH] update compose to 1.5.1 Signed-off-by: Victor Vieux --- test/integration/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/helpers.bash b/test/integration/helpers.bash index 4380945087..764dac6953 100644 --- a/test/integration/helpers.bash +++ b/test/integration/helpers.bash @@ -16,7 +16,7 @@ SWARM_BINARY=${SWARM_BINARY:-${SWARM_ROOT}/swarm} DOCKER_IMAGE=${DOCKER_IMAGE:-dockerswarm/dind-master} DOCKER_VERSION=${DOCKER_VERSION:-latest} DOCKER_BINARY=${DOCKER_BINARY:-`command -v docker`} -DOCKER_COMPOSE_VERSION=${DOCKER_COMPOSE_VERSION:-1.5.0} +DOCKER_COMPOSE_VERSION=${DOCKER_COMPOSE_VERSION:-1.5.1} # Port on which the manager will listen to (random port between 6000 and 7000). SWARM_BASE_PORT=$(( ( RANDOM % 1000 ) + 6000 ))