Skip to content

Commit 1c48a50

Browse files
Update to 3.9.7, setuptools 57.5.0, pip 21.2.4
1 parent 652ed14 commit 1c48a50

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

3.9/alpine3.13/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.9/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.9/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.9/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.9/buster/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.9/buster/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.9/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.9/windows/windowsservercore-ltsc2016/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.9/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)