Ensure pip install has pinned version for package

Risk Level: medium
Platform: Docker
Spectral Rule ID: DOCKR056

REMEDIATION

Add pinned version to pip install.

FROM ubuntu:22.10
- RUN pip install requests
+ RUN pip install requests=2.7.0

Read more: