diff --git a/test/integration/helpers.bash b/test/integration/helpers.bash index c8d7f627fa..cfb5238bad 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.1} +DOCKER_COMPOSE_VERSION=${DOCKER_COMPOSE_VERSION:-1.5.2} # Port on which the manager will listen to (random port between 6000 and 7000). SWARM_BASE_PORT=$(( ( RANDOM % 1000 ) + 6000 ))