File tree 10 files changed +10
-10
lines changed
windowsservercore-ltsc2016
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
83
83
&& rm -rf /usr/src/python
84
84
85
85
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86
- ENV PYTHON_PIP_VERSION 10.0.0
86
+ ENV PYTHON_PIP_VERSION 10.0.1
87
87
88
88
RUN set -ex; \
89
89
\
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
83
83
&& rm -rf /usr/src/python
84
84
85
85
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86
- ENV PYTHON_PIP_VERSION 10.0.0
86
+ ENV PYTHON_PIP_VERSION 10.0.1
87
87
88
88
RUN set -ex; \
89
89
\
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
83
83
&& rm -rf /usr/src/python
84
84
85
85
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86
- ENV PYTHON_PIP_VERSION 10.0.0
86
+ ENV PYTHON_PIP_VERSION 10.0.1
87
87
88
88
RUN set -ex; \
89
89
\
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
55
55
&& rm -rf /usr/src/python
56
56
57
57
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58
- ENV PYTHON_PIP_VERSION 10.0.0
58
+ ENV PYTHON_PIP_VERSION 10.0.1
59
59
60
60
RUN set -ex; \
61
61
\
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -ex \
73
73
&& rm -rf /usr/src/python
74
74
75
75
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76
- ENV PYTHON_PIP_VERSION 10.0.0
76
+ ENV PYTHON_PIP_VERSION 10.0.1
77
77
78
78
RUN set -ex; \
79
79
\
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
55
55
&& rm -rf /usr/src/python
56
56
57
57
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58
- ENV PYTHON_PIP_VERSION 10.0.0
58
+ ENV PYTHON_PIP_VERSION 10.0.1
59
59
60
60
RUN set -ex; \
61
61
\
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -ex \
73
73
&& rm -rf /usr/src/python
74
74
75
75
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76
- ENV PYTHON_PIP_VERSION 10.0.0
76
+ ENV PYTHON_PIP_VERSION 10.0.1
77
77
78
78
RUN set -ex; \
79
79
\
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
55
55
&& rm -rf /usr/src/python
56
56
57
57
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58
- ENV PYTHON_PIP_VERSION 10.0.0
58
+ ENV PYTHON_PIP_VERSION 10.0.1
59
59
60
60
RUN set -ex; \
61
61
\
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
34
34
Write-Host 'Complete.' ;
35
35
36
36
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37
- ENV PYTHON_PIP_VERSION 10.0.0
37
+ ENV PYTHON_PIP_VERSION 10.0.1
38
38
39
39
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
40
40
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
34
34
Write-Host 'Complete.' ;
35
35
36
36
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37
- ENV PYTHON_PIP_VERSION 10.0.0
37
+ ENV PYTHON_PIP_VERSION 10.0.1
38
38
39
39
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
40
40
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments