Skip to content

Commit d813837

Browse files
Update to 6.0.0, pip 18.0
1 parent 4a71a30 commit d813837

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
ENV PYPY_VERSION 6.0.0
1717

1818
# 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
2020

2121
RUN set -ex; \
2222
\

2/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
ENV PYPY_VERSION 6.0.0
1919

2020
# 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
2222

2323
RUN set -ex; \
2424
\

3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
ENV PYPY_VERSION 6.0.0
1717

1818
# 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
2020

2121
RUN set -ex; \
2222
\

3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
ENV PYPY_VERSION 6.0.0
1919

2020
# 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
2222

2323
RUN set -ex; \
2424
\

0 commit comments

Comments
 (0)