Skip to content

Commit 51d73ca

Browse files
Update to 3.4.6, pip 9.0.1, wheel 0.29.0, setuptools 35.0.2
1 parent fe9733b commit 51d73ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PYTHON_VERSION 3.4.6
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626
ENV PYTHON_PIP_VERSION 9.0.1
27-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
27+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2828
ENV PYTHON_WHEEL_VERSION 0.29.0
2929

3030
RUN set -ex \

3.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PYTHON_VERSION 3.4.6
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2424
ENV PYTHON_PIP_VERSION 9.0.1
25-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
25+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2626
ENV PYTHON_WHEEL_VERSION 0.29.0
2727

2828
RUN set -ex \

3.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PYTHON_VERSION 3.4.6
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828
ENV PYTHON_PIP_VERSION 9.0.1
29-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
29+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
3030
ENV PYTHON_WHEEL_VERSION 0.29.0
3131

3232
RUN set -ex \

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PYTHON_VERSION 3.4.6
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626
ENV PYTHON_PIP_VERSION 9.0.1
27-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
27+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2828
ENV PYTHON_WHEEL_VERSION 0.29.0
2929

3030
RUN set -ex \

0 commit comments

Comments
 (0)