Skip to content

Commit 9242c44

Browse files
Update to 3.8.12, setuptools 57.5.0, pip 21.2.4
1 parent 59a27ea commit 9242c44

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

3.8/alpine3.13/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
117117
# https://github.com/docker-library/python/issues/365
118118
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
119119
# https://github.com/pypa/get-pip
120-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
121-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
120+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
121+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
122122

123123
RUN set -ex; \
124124
\

3.8/alpine3.14/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
117117
# https://github.com/docker-library/python/issues/365
118118
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
119119
# https://github.com/pypa/get-pip
120-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
121-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
120+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
121+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
122122

123123
RUN set -ex; \
124124
\

3.8/bullseye/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
7474
# https://github.com/docker-library/python/issues/365
7575
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
7676
# https://github.com/pypa/get-pip
77-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
78-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
77+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
78+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
7979

8080
RUN set -ex; \
8181
\

3.8/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.8/buster/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
7474
# https://github.com/docker-library/python/issues/365
7575
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
7676
# https://github.com/pypa/get-pip
77-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
78-
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
77+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
78+
ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
7979

8080
RUN set -ex; \
8181
\

3.8/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
\

0 commit comments

Comments
 (0)