Skip to content

Commit

Permalink
Update Pip to 19.2.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 9, 2019
1 parent 0e9ed96 commit 233490b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 19.1.1
ENV PYTHON_PIP_VERSION 19.2.1

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 @@ -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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 19.1.1
ENV PYTHON_PIP_VERSION 19.2.1

RUN set -ex; \
\
Expand Down

0 comments on commit 233490b

Please sign in to comment.