diff --git a/python/3.6/Dockerfile b/python/3.6/Dockerfile index 8490e66..5479c1e 100644 --- a/python/3.6/Dockerfile +++ b/python/3.6/Dockerfile @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 19.2.3 +ENV PYTHON_PIP_VERSION 19.3 RUN set -ex; \ \ diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index 858e830..250b111 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 19.2.3 +ENV PYTHON_PIP_VERSION 19.3 RUN set -ex; \ \ diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 89a5287..5de5add 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 19.2.3 +ENV PYTHON_PIP_VERSION 19.3 RUN set -ex; \ \