aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot-py3
diff options
context:
space:
mode:
Diffstat (limited to 'smoke-usecases-robot-py3')
-rw-r--r--smoke-usecases-robot-py3/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-usecases-robot-py3/docker/Dockerfile b/smoke-usecases-robot-py3/docker/Dockerfile
index ce12e90..f5c7bb6 100644
--- a/smoke-usecases-robot-py3/docker/Dockerfile
+++ b/smoke-usecases-robot-py3/docker/Dockerfile
@@ -29,7 +29,7 @@ RUN apk --no-cache add --update openssl && \
pip install --upgrade pip && \
pip install --no-cache-dir \
pip install \
- -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
+ -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \
pip==$PIP_TAG && \
pip install \
-rrequirements.txt && \