8000 Update to 3.7.0b2, pip 9.0.3 · steedzuo/python@b9ecbb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9ecbb7

Browse files
Update to 3.7.0b2, pip 9.0.3
1 parent fb58b39 commit b9ecbb7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

3.7-rc/alpine3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN cd /usr/local/bin \
104104
&& ln -s python3-config python-config
105105

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

109109
RUN set -ex; \
110110
\

3.7-rc/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.7-rc/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.7-rc/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.7-rc/windows/windowsservercore-ltsc2016/Dockerfile

7163
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)
0