From 233490b68db13efe800c9c7bb951bb323f1614e3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 9 Aug 2019 09:59:35 +0200 Subject: [PATCH] Update Pip to 19.2.1 (#29) --- python/3.6/Dockerfile | 2 +- python/3.7/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/3.6/Dockerfile b/python/3.6/Dockerfile index 8850731..5abf276 100644 --- a/python/3.6/Dockerfile +++ b/python/3.6/Dockerfile @@ -101,7 +101,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.1.1 +ENV PYTHON_PIP_VERSION 19.2.1 RUN set -ex; \ \ diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index bac0419..09ddbbc 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -101,7 +101,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.1.1 +ENV PYTHON_PIP_VERSION 19.2.1 RUN set -ex; \ \