Skip to content

Commit b6b534f

Browse files
Update to 3.7.12, setuptools 57.5.0, pip 21.2.4
1 parent 62ec6a1 commit b6b534f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

3.7/alpine3.13/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
153153
# https://github.com/docker-library/python/issues/365
154154
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
155155
# https://github.com/pypa/get-pip
156-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
157-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
156+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
157+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
158158

159159
RUN set -ex; \
160160
\

3.7/alpine3.14/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
153153
# https://github.com/docker-library/python/issues/365
154154
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
155155
# https://github.com/pypa/get-pip
156-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
157-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
156+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
157+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
158158

159159
RUN set -ex; \
160160
\

3.7/bullseye/Dockerfile

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

116116
RUN set -ex; \
117117
\

3.7/bullseye/slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
149149
# https://github.com/docker-library/python/issues/365
150150
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
151151
# https://github.com/pypa/get-pip
152-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
153-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
152+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
153+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
154154

155155
RUN set -ex; \
156156
\

3.7/buster/Dockerfile

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

116116
RUN set -ex; \
117117
\

3.7/buster/slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
149149
# https://github.com/docker-library/python/issues/365
150150
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
151151
# https://github.com/pypa/get-pip
152-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
153-
ENV PYTHON_GET_PIP_SHA256 01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
152+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1/public/get-pip.py
153+
ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
154154

155155
RUN set -ex; \
156156
\

0 commit comments

Comments
 (0)