File tree 5 files changed +10
-10
lines changed
windowsservercore-ltsc2016
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ RUN cd /usr/local/bin \
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
117
ENV PYTHON_PIP_VERSION 20.3.3
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
120
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
120
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
121
121
122
122
RUN set -ex; \
123
123
\
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN cd /usr/local/bin \
71
71
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72
72
ENV PYTHON_PIP_VERSION 20.3.3
73
73
# https://github.com/pypa/get-pip
74
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932 /get-pip.py
75
- ENV PYTHON_GET_PIP_SHA256 6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
74
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/39356a9d34700a468cf847867ac1a3bd72cc5e45 /get-pip.py
75
+ ENV PYTHON_GET_PIP_SHA256 ec367c5c9b82fa13c04cfabb0a069e84496d5c36714f14d19b5f24d519d3ba25
76
76
77
77
RUN set -ex; \
78
78
\
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