File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Expand file tree Collapse file tree 7 files changed +7
-6
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 9 .0.1
19
+ ENV PYTHON_PIP_VERSION 10 .0.1
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 9 .0.1
21
+ ENV PYTHON_PIP_VERSION 10 .0.1
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 9 .0.1
19
+ ENV PYTHON_PIP_VERSION 10 .0.1
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 9 .0.1
21
+ ENV PYTHON_PIP_VERSION 10 .0.1
22
22
23
23
RUN set -ex; \
24
24
\
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 %%PYPY_VERSION%%
19
19
20
20
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
21
- ENV PYTHON_PIP_VERSION 9.0.1
21
+ ENV PYTHON_PIP_VERSION %%PIP_VERSION%%
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 %%PYPY_VERSION%%
17
17
18
18
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
19
- ENV PYTHON_PIP_VERSION 9.0.1
19
+ ENV PYTHON_PIP_VERSION %%PIP_VERSION%%
20
20
21
21
RUN set -ex; \
22
22
\
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ for version in "${versions[@]}"; do
89
89
for variant in ' ' slim; do
90
90
sed -r \
91
91
-e ' s!%%PYPY_VERSION%%!' " $fullVersion " ' !g' \
92
+ -e ' s!%%PIP_VERSION%%!' " $pipVersion " ' !g' \
92
93
-e ' s!%%TAR%%!' " $pypy " ' !g' \
93
94
-e ' s!%%CMD%%!' " $cmd " ' !g' \
94
95
-e ' s!%%ARCH-CASE%%!' " $( sed_escape_rhs " $linuxArchCase " ) " ' !g' \
You can’t perform that action at this time.
0 commit comments