File tree 6 files changed +18
-18
lines changed
windowsservercore-ltsc2016 6 files changed +18
-18
lines changed 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 20.2
112
+ ENV PYTHON_PIP_VERSION 20.2.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
115
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
115
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
116
116
117
117
RUN set -ex; \
118
118
\
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 20.2
112
+ ENV PYTHON_PIP_VERSION 20.2.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
115
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
115
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
116
116
117
117
RUN set -ex; \
118
118
\
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ RUN cd /usr/local/bin \
70
70
&& ln -s python3-config python-config
71
71
72
72
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
73
- ENV PYTHON_PIP_VERSION 20.2
73
+ ENV PYTHON_PIP_VERSION 20.2.1
74
74
# https://github.com/pypa/get-pip
75
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
76
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
75
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
76
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
77
77
78
78
RUN set -ex; \
79
79
\
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ RUN cd /usr/local/bin \
106
106
&& ln -s python3-config python-config
107
107
108
108
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109
- ENV PYTHON_PIP_VERSION 20.2
109
+ ENV PYTHON_PIP_VERSION 20.2.1
110
110
# https://github.com/pypa/get-pip
111
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
112
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
111
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
112
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
113
113
114
114
RUN set -ex; \
115
115
\
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.'
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 20.2
45
+ ENV PYTHON_PIP_VERSION 20.2.1
46
46
# https://github.com/pypa/get-pip
47
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
48
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
47
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
48
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
49
49
50
50
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
51
51
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.'
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 20.2
45
+ ENV PYTHON_PIP_VERSION 20.2.1
46
46
# https://github.com/pypa/get-pip
47
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
48
- ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
47
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434 /get-pip.py
48
+ ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
49
49
50
50
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
51
51
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments