File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ RUN cd /usr/local/bin \
114
114
&& ln -s python3-config python-config
115
115
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
- ENV PYTHON_PIP_VERSION 21.1
117
+ ENV PYTHON_PIP_VERSION 21.1.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
120
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
120
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
121
121
122
122
RUN set -ex; \
123
123
\
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ RUN cd /usr/local/bin \
114
114
&& ln -s python3-config python-config
115
115
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
- ENV PYTHON_PIP_VERSION 21.1
117
+ ENV PYTHON_PIP_VERSION 21.1.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
120
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
120
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
121
121
122
122
RUN set -ex; \
123
123
\
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ RUN cd /usr/local/bin \
69
69
&& ln -s python3-config python-config
70
70
71
71
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72
- ENV PYTHON_PIP_VERSION 21.1
72
+ ENV PYTHON_PIP_VERSION 21.1.1
73
73
# https://github.com/pypa/get-pip
74
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
75
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
74
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
75
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
76
76
77
77
RUN set -ex; \
78
78
\
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ RUN cd /usr/local/bin \
109
109
&& ln -s python3-config python-config
110
110
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
- ENV PYTHON_PIP_VERSION 21.1
112
+ ENV PYTHON_PIP_VERSION 21.1.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
115
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
115
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
116
116
117
117
RUN set -ex; \
118
118
\
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
52
52
Write-Host 'Complete.'
53
53
54
54
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
55
- ENV PYTHON_PIP_VERSION 21.1
55
+ ENV PYTHON_PIP_VERSION 21.1.1
56
56
# https://github.com/pypa/get-pip
57
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
58
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
57
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
58
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
59
59
60
60
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
61
61
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
52
52
Write-Host 'Complete.'
53
53
54
54
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
55
- ENV PYTHON_PIP_VERSION 21.1
55
+ ENV PYTHON_PIP_VERSION 21.1.1
56
56
# https://github.com/pypa/get-pip
57
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ab9dde151f662745c13461f00c453dcf32a51ea9 /public/get-pip.py
58
- ENV PYTHON_GET_PIP_SHA256 0ed17e859b835ad5bf00851f4dc8bbc3520c13dfff6c131d410cdb3a92ff0af9
57
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2 /public/get-pip.py
58
+ ENV PYTHON_GET_PIP_SHA256 f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
59
59
60
60
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
61
61
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments