Skip to content

Commit 62ec6a1

Browse files
Update to 3.11.0a1, setuptools 57.5.0, pip 21.2.4
1 parent 1c48a50 commit 62ec6a1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

3.11-rc/alpine3.14/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
118118
# https://github.com/docker-library/python/issues/365
119119
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
120120
# https://github.com/pypa/get-pip
121-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
122-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
121+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
122+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
123123

124124
RUN set -ex; \
125125
\

3.11-rc/bullseye/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
7373
# https://github.com/docker-library/python/issues/365
7474
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
7575
# https://github.com/pypa/get-pip
76-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
77-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
76+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
77+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
7878

7979
RUN set -ex; \
8080
\

3.11-rc/bullseye/slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
113113
# https://github.com/docker-library/python/issues/365
114114
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
115115
# https://github.com/pypa/get-pip
116-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
117-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
116+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
117+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
118118

119119
RUN set -ex; \
120120
\

3.11-rc/windows/windowsservercore-1809/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
5656
# https://github.com/docker-library/python/issues/365
5757
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
5858
# https://github.com/pypa/get-pip
59-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
60-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
59+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
60+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
6161

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

3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
5656
# https://github.com/docker-library/python/issues/365
5757
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
5858
# https://github.com/pypa/get-pip
59-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
60-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
59+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
60+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
6161

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

0 commit comments

Comments
 (0)