File tree 6 files changed +12
-12
lines changed
windowsservercore-ltsc2016
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ RUN cd /usr/local/bin \
115
115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116
116
ENV PYTHON_PIP_VERSION 20.3.3
117
117
# https://github.com/pypa/get-pip
118
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
119
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
118
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
119
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
120
120
121
121
RUN set -ex; \
122
122
\
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ RUN cd /usr/local/bin \
115
115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116
116
ENV PYTHON_PIP_VERSION 20.3.3
117
117
# https://github.com/pypa/get-pip
118
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
119
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
118
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
119
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
120
120
121
121
RUN set -ex; \
122
122
\
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ RUN cd /usr/local/bin \
72
72
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
73
73
ENV PYTHON_PIP_VERSION 20.3.3
74
74
# https://github.com/pypa/get-pip
75
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
76
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
75
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
76
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
77
77
78
78
RUN set -ex; \
79
79
\
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ RUN cd /usr/local/bin \
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
112
ENV PYTHON_PIP_VERSION 20.3.3
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
115
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
115
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
116
116
117
117
RUN set -ex; \
118
118
\
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 20.3.3
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
51
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
51
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
54
54
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 20.3.3
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
51
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
51
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
54
54
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments