Skip to content

Commit ae9270e

Browse files
Update to 3.4.9, pip 19.0.3
1 parent b9cb770 commit ae9270e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

3.4/alpine3.8/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 19.0.2
105+
ENV PYTHON_PIP_VERSION 19.0.3
106106

107107
RUN set -ex; \
108108
\

3.4/alpine3.9/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 19.0.2
105+
ENV PYTHON_PIP_VERSION 19.0.3
106106

107107
RUN set -ex; \
108108
\

3.4/jessie/Dockerfile

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

6767
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68-
ENV PYTHON_PIP_VERSION 19.0.2
68+
ENV PYTHON_PIP_VERSION 19.0.3
6969

7070
RUN set -ex; \
7171
\

3.4/jessie/slim/Dockerfile

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

102102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103-
ENV PYTHON_PIP_VERSION 19.0.2
103+
ENV PYTHON_PIP_VERSION 19.0.3
104104

105105
RUN set -ex; \
106106
\

3.4/stretch/Dockerfile

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

6969
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
70-
ENV PYTHON_PIP_VERSION 19.0.2
70+
ENV PYTHON_PIP_VERSION 19.0.3
7171

7272
RUN set -ex; \
7373
\

3.4/stretch/slim/Dockerfile

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

102102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103-
ENV PYTHON_PIP_VERSION 19.0.2
103+
ENV PYTHON_PIP_VERSION 19.0.3
104104

105105
RUN set -ex; \
106106
\

3.4/wheezy/Dockerfile

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

6767
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68-
ENV PYTHON_PIP_VERSION 19.0.2
68+
ENV PYTHON_PIP_VERSION 19.0.3
6969

7070
RUN set -ex; \
7171
\

0 commit comments

Comments
 (0)