Skip to content

Commit bea6f2b

Browse files
Update to 3.4.8, pip 9.0.3
1 parent b9ecbb7 commit bea6f2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.4/alpine3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
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 9.0.2
105+
ENV PYTHON_PIP_VERSION 9.0.3
106106

107107
RUN set -ex; \
108108
\

3.4/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
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 9.0.2
74+
ENV PYTHON_PIP_VERSION 9.0.3
7575

7676
RUN set -ex; \
7777
\

3.4/jessie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
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 9.0.2
96+
ENV PYTHON_PIP_VERSION 9.0.3
9797

9898
RUN set -ex; \
9999
\

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
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 9.0.2
74+
ENV PYTHON_PIP_VERSION 9.0.3
7575

7676
RUN set -ex; \
7777
\

0 commit comments

Comments
 (0)