diff --git a/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv b/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv index e74aec4b..c4297228 100644 --- a/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv +++ b/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv @@ -1,4 +1,4 @@ # NOTE(dpawlik) We set get-pip.py script to use 3.5 version, that is compatible # with python2.7 and newer. It should be removed in the future, when Python 2 # is dropped. -pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/3.5/get-pip.py +pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.5/get-pip.py