Skip to content

Commit

Permalink
Update pip (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored May 8, 2019
1 parent 4efae2f commit 38b98a1
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.0.3
ENV PYTHON_PIP_VERSION 19.1.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.0.3
ENV PYTHON_PIP_VERSION 19.1.1

RUN set -ex; \
\
Expand Down

0 comments on commit 38b98a1

Please sign in to comment.