Skip to content

Commit

Permalink
[Docker] Upgrade pip in i386 container (apache#16348)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored Jan 5, 2024
1 parent e3d031b commit 51bdaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu2004_install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
# $ pip download <package>==<version>
# $ pip hash --algorithm sha256 <package>.whl
cat <<EOF > base-requirements.txt
pip==22.0.4 --hash=sha256:c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b
pip==23.3.2 --hash=sha256:5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76
setuptools==58.4.0 --hash=sha256:e8b1d3127a0441fb99a130bcc3c2bf256c2d3ead3aba8fd400e5cbbaf788e036
EOF
pip3 install -r base-requirements.txt

0 comments on commit 51bdaec

Please sign in to comment.