summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker_image_build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile
index 57e22bbef..6af1176f4 100644
--- a/docker_image_build/Dockerfile
+++ b/docker_image_build/Dockerfile
@@ -4,7 +4,7 @@
#kvmfornfv1 image has all dependency packages installed.
#
FROM kvmfornfv1:latest
-RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/colorado
+RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/danube
RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py
RUN cd /root/yardstick && python setup.py install
WORKDIR /root