File tree Expand file tree Collapse file tree
Open diff view settings
windowsservercore-ltsc2016 Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN cd /usr/local/bin \
145145 && ln -s python3-config python-config
146146
147147# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
148- ENV PYTHON_PIP_VERSION 20.2.3
148+ ENV PYTHON_PIP_VERSION 20.2.4
149149# https://github.com/pypa/get-pip
150150ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
151151ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN cd /usr/local/bin \
145145 && ln -s python3-config python-config
146146
147147# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
148- ENV PYTHON_PIP_VERSION 20.2.3
148+ ENV PYTHON_PIP_VERSION 20.2.4
149149# https://github.com/pypa/get-pip
150150ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
151151ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ RUN cd /usr/local/bin \
106106 && ln -s python3-config python-config
107107
108108# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109- ENV PYTHON_PIP_VERSION 20.2.3
109+ ENV PYTHON_PIP_VERSION 20.2.4
110110# https://github.com/pypa/get-pip
111111ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
112112ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN cd /usr/local/bin \
142142 && ln -s python3-config python-config
143143
144144# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
145- ENV PYTHON_PIP_VERSION 20.2.3
145+ ENV PYTHON_PIP_VERSION 20.2.4
146146# https://github.com/pypa/get-pip
147147ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
148148ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ RUN cd /usr/local/bin \
106106 && ln -s python3-config python-config
107107
108108# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109- ENV PYTHON_PIP_VERSION 20.2.3
109+ ENV PYTHON_PIP_VERSION 20.2.4
110110# https://github.com/pypa/get-pip
111111ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
112112ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN cd /usr/local/bin \
142142 && ln -s python3-config python-config
143143
144144# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
145- ENV PYTHON_PIP_VERSION 20.2.3
145+ ENV PYTHON_PIP_VERSION 20.2.4
146146# https://github.com/pypa/get-pip
147147ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
148148ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242 Write-Host 'Complete.'
4343
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45- ENV PYTHON_PIP_VERSION 20.2.3
45+ ENV PYTHON_PIP_VERSION 20.2.4
4646# https://github.com/pypa/get-pip
4747ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
4848ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242 Write-Host 'Complete.'
4343
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45- ENV PYTHON_PIP_VERSION 20.2.3
45+ ENV PYTHON_PIP_VERSION 20.2.4
4646# https://github.com/pypa/get-pip
4747ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
4848ENV PYTHON_GET_PIP_SHA256 6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
You can’t perform that action at this time.
0 commit comments