Skip to content

Commit

Permalink
Update pypi 19.2.3 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Sep 2, 2019
1 parent 9cc9345 commit 047f11b
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.2.2
ENV PYTHON_PIP_VERSION 19.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 @@ -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.2.2
ENV PYTHON_PIP_VERSION 19.2.3

RUN set -ex; \
\
Expand Down

0 comments on commit 047f11b

Please sign in to comment.