Merge "Change version of pip on more newest" into queens
diff --git a/Dockerfile b/Dockerfile
index 036990d..0cf5aa4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,7 +41,7 @@
 RUN chmod 400 /root/.ssh/mcp-jenkins.key
 
 #Due to upstream bug we should use fixed version of pip
-RUN pip install -U 'pip==9.0.3'
+RUN pip install -U 'pip==18.0'
 WORKDIR /var/lib/
 # TODO migrate to downstrem mirror?
 RUN git clone https://github.com/openstack/requirements.git openstack_requirements && \