- Pip version: 8.0.3 - Python version: 3.5.1 - Operating System: docker image [python:3.5](https://hub.docker.com/_/python/) ### Description: Pip is installed in version 8.0.3: ``` $ docker run --rm -it python:3.5 pip --version pip 8.0.3 from /usr/local/lib/python3.5/site-packages (python 3.5) ``` But pip tells me that an old version of pip is installed: ``` $ docker run --rm -it python:3.5 pip list --outdated pip (7.1.2) - Latest: 8.0.3 [wheel] ``` If `pip list --outdated` cannot even find itself, I wonder if the rest of the reports is always correct. ### What I've run: See _Description_