Skip to content

Commit

Permalink
Upgrade PIP to 20.2.3 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 9, 2020
1 parent 7533dff commit 4fb58f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.2.2
ENV PYTHON_PIP_VERSION 20.2.3

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion python/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.2.2
ENV PYTHON_PIP_VERSION 20.2.3

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion python/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.2.2
ENV PYTHON_PIP_VERSION 20.2.3

RUN set -ex; \
\
Expand Down

0 comments on commit 4fb58f5

Please sign in to comment.