File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
16
ENV PYPY_VERSION 6.0.0
17
17
18
18
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
19
- ENV PYTHON_PIP_VERSION 10.0.1
19
+ ENV PYTHON_PIP_VERSION 18.0
20
20
21
21
RUN set -ex; \
22
22
\
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
ENV PYPY_VERSION 6.0.0
19
19
20
20
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
21
- ENV PYTHON_PIP_VERSION 10.0.1
21
+ ENV PYTHON_PIP_VERSION 18.0
22
22
23
23
RUN set -ex; \
24
24
\
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
16
ENV PYPY_VERSION 6.0.0
17
17
18
18
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
19
- ENV PYTHON_PIP_VERSION 10.0.1
19
+ ENV PYTHON_PIP_VERSION 18.0
20
20
21
21
RUN set -ex; \
22
22
\
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
ENV PYPY_VERSION 6.0.0
19
19
20
20
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
21
- ENV PYTHON_PIP_VERSION 10.0.1
21
+ ENV PYTHON_PIP_VERSION 18.0
22
22
23
23
RUN set -ex; \
24
24
\
You can’t perform that action at this time.
0 commit comments