File tree 5 files changed +10
-10
lines changed
windowsservercore-ltsc2022
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
119
119
# https://github.com/docker-library/python/issues/365
120
120
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
121
121
# https://github.com/pypa/get-pip
122
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1 /public/get-pip.py
123
- ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
122
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7 /public/get-pip.py
123
+ ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
124
124
125
125
RUN set -ex; \
126
126
\
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
74
74
# https://github.com/docker-library/python/issues/365
75
75
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
76
76
# 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
79
79
80
80
RUN set -ex; \
81
81
\
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
114
114
# https://github.com/docker-library/python/issues/365
115
115
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
116
116
# https://github.com/pypa/get-pip
117
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/09bf8356427ffd9d5c24c5cdef4e77a60deb83b1 /public/get-pip.py
118
- ENV PYTHON_GET_PIP_SHA256 4ab6a1231fdce46e230d55947f6207c39e792d895da9197c2fec4143f5456a62
117
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7 /public/get-pip.py
118
+ ENV PYTHON_GET_PIP_SHA256 c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
119
119
120
120
RUN set -ex; \
121
121
\
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
56
56
# https://github.com/docker-library/python/issues/365
57
57
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
58
58
# 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
61
61
62
62
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
63
63
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ ENV PYTHON_PIP_VERSION 21.2.4
56
56
# https://github.com/docker-library/python/issues/365
57
57
ENV PYTHON_SETUPTOOLS_VERSION 57.5.0
58
58
# 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
61
61
62
62
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
63
63
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments