Skip to content

Commit c1de01b

Browse files
Update to 2.7.13, pip 9.0.1, wheel 0.29.0, setuptools 35.0.2
1 parent 1908fa1 commit c1de01b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PYTHON_VERSION 2.7.13
1818

1919
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2020
ENV PYTHON_PIP_VERSION 9.0.1
21-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
21+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2222
ENV PYTHON_WHEEL_VERSION 0.29.0
2323

2424
RUN set -ex \

2.7/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PYTHON_VERSION 2.7.13
1616

1717
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1818
ENV PYTHON_PIP_VERSION 9.0.1
19-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
19+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2020
ENV PYTHON_WHEEL_VERSION 0.29.0
2121

2222
RUN set -ex \

2.7/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV PYTHON_VERSION 2.7.13
2020

2121
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2222
ENV PYTHON_PIP_VERSION 9.0.1
23-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
23+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2424
ENV PYTHON_WHEEL_VERSION 0.29.0
2525

2626
RUN set -ex \

2.7/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PYTHON_VERSION 2.7.13
1818

1919
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2020
ENV PYTHON_PIP_VERSION 9.0.1
21-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
21+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2222
ENV PYTHON_WHEEL_VERSION 0.29.0
2323

2424
RUN set -ex \

0 commit comments

Comments
 (0)