Skip to content

Commit dc9b64b

Browse files
Update to 3.10.0a2, pip 20.3.1
1 parent f50263f commit dc9b64b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

3.10-rc/alpine3.12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ RUN cd /usr/local/bin \
114114
&& ln -s python3-config python-config
115115

116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117-
ENV PYTHON_PIP_VERSION 20.3
117+
ENV PYTHON_PIP_VERSION 20.3.1
118118
# https://github.com/pypa/get-pip
119-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
120-
ENV PYTHON_GET_PIP_SHA256 7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
119+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
120+
ENV PYTHON_GET_PIP_SHA256 d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
121121

122122
RUN set -ex; \
123123
\

3.10-rc/buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ RUN cd /usr/local/bin \
6969
&& ln -s python3-config python-config
7070

7171
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72-
ENV PYTHON_PIP_VERSION 20.3
72+
ENV PYTHON_PIP_VERSION 20.3.1
7373
# https://github.com/pypa/get-pip
74-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
75-
ENV PYTHON_GET_PIP_SHA256 7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
74+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
75+
ENV PYTHON_GET_PIP_SHA256 d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
7676

7777
RUN set -ex; \
7878
\

3.10-rc/buster/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ RUN cd /usr/local/bin \
109109
&& ln -s python3-config python-config
110110

111111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112-
ENV PYTHON_PIP_VERSION 20.3
112+
ENV PYTHON_PIP_VERSION 20.3.1
113113
# https://github.com/pypa/get-pip
114-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
115-
ENV PYTHON_GET_PIP_SHA256 7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
114+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
115+
ENV PYTHON_GET_PIP_SHA256 d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
116116

117117
RUN set -ex; \
118118
\

3.10-rc/windows/windowsservercore-1809/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4545
Write-Host 'Complete.'
4646

4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48-
ENV PYTHON_PIP_VERSION 20.3
48+
ENV PYTHON_PIP_VERSION 20.3.1
4949
# https://github.com/pypa/get-pip
50-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
51-
ENV PYTHON_GET_PIP_SHA256 7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
50+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
51+
ENV PYTHON_GET_PIP_SHA256 d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
5252

5353
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5454
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4545
Write-Host 'Complete.'
4646

4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48-
ENV PYTHON_PIP_VERSION 20.3
48+
ENV PYTHON_PIP_VERSION 20.3.1
4949
# https://github.com/pypa/get-pip
50-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
51-
ENV PYTHON_GET_PIP_SHA256 7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
50+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
51+
ENV PYTHON_GET_PIP_SHA256 d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
5252

5353
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5454
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)