upgrade pip to 18.1

This commit is contained in:
ludeeus 2018-12-10 18:06:33 +01:00
parent 026c60ff18
commit b06d9aa5c4

View file

@ -28,7 +28,7 @@ RUN \
wget=1.19.5-r0 \ wget=1.19.5-r0 \
\ \
&& pip install --no-cache-dir -U \ && pip install --no-cache-dir -U \
pip==18.0 \ pip==18.1 \
&& pip install --no-cache-dir -U \ && pip install --no-cache-dir -U \
plexapi==3.1.0 \ plexapi==3.1.0 \
pycryptodomex==3.7.2 \ pycryptodomex==3.7.2 \