Skip to content

Commit 08cc3a5

Browse files
committed
Adjust pip version
1 parent a74be42 commit 08cc3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
3737
apt install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ;\
3838
elif [ $PYTHON_VERSION = '3.9' ] ; then \
3939
apt install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
40-
curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \
40+
curl -sS https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py | python$PYTHON_VERSION ; \
4141
elif [ $PYTHON_VERSION = '3.10' ] ; then \
4242
apt install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
4343
curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \

0 commit comments

Comments
 (0)