Merge "Bump pip to latest in kubeadm Dockerfile"

This commit is contained in:
Zuul 2021-02-13 19:39:20 +00:00 committed by Gerrit Code Review
commit ed86dea266

View File

@ -76,7 +76,7 @@ RUN set -ex ;\
jq \
python3-pip \
gawk ;\
pip3 --no-cache-dir install --upgrade pip==18.1 ;\
pip3 --no-cache-dir install --upgrade pip==21.0.1 ;\
hash -r ;\
pip3 --no-cache-dir install --upgrade setuptools ;\
# NOTE(srwilkers): Pinning ansible to 2.5.5, as pip installs 2.6 by default.