Skip to content

Commit a652f35

Browse files
Update to 3.5.5, pip 10.0.1
1 parent 886a292 commit a652f35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3.5/alpine3.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105-
ENV PYTHON_PIP_VERSION 10.0.0
105+
ENV PYTHON_PIP_VERSION 10.0.1
106106

107107
RUN set -ex; \
108108
\

3.5/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
7171
&& ln -s python3-config python-config
7272

7373
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
74-
ENV PYTHON_PIP_VERSION 10.0.0
74+
ENV PYTHON_PIP_VERSION 10.0.1
7575

7676
RUN set -ex; \
7777
\

3.5/jessie/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN cd /usr/local/bin \
9393
&& ln -s python3-config python-config
9494

9595
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96-
ENV PYTHON_PIP_VERSION 10.0.0
96+
ENV PYTHON_PIP_VERSION 10.0.1
9797

9898
RUN set -ex; \
9999
\

0 commit comments

Comments
 (0)