Skip to content

Commit a7ff0b7

Browse files
Update to 3.9.7, setuptools 57.5.0, pip 21.2.4
1 parent 8e59156 commit a7ff0b7

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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
122-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
121+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
122+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
122-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
121+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
122+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
77-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
76+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
77+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
117-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
116+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
117+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
77-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
76+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
77+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
117-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
116+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
117+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
60-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
59+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
60+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
60-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
59+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
60+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
60-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
59+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
60+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
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)