Skip to content

Commit c9a0827

Browse files
Update to 3.6.4, pip 9.0.3
1 parent bea6f2b commit c9a0827

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

3.6/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.6/alpine3.6/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.6/alpine3.7/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.6/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.6/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.6/stretch/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.6/stretch/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.6/windows/windowsservercore-1709/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4141
Write-Host 'Complete.';
4242

4343
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44-
ENV PYTHON_PIP_VERSION 9.0.2
44+
ENV PYTHON_PIP_VERSION 9.0.3
4545

4646
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.6/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4141
Write-Host 'Complete.';
4242

4343
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44-
ENV PYTHON_PIP_VERSION 9.0.2
44+
ENV PYTHON_PIP_VERSION 9.0.3
4545

4646
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)