I am trying to build an image on docker for an app implementation, but when installing the requirements I stumbled upon an unmatched distributions error due to pip version 22.0.4. Even after running the suggested pip upgrade nothing changes and the version remains the same.
When I check my pip version it actually shows 23.0.1. Any idea why docker runs on pip 22.0.4 to build the image?