Skip to content

Commit 0f3e6b3

Browse files
Update to 3.7.4, pip 19.2.2
1 parent 57cb799 commit 0f3e6b3

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

3.7/alpine3.10/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ 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 19.2.1
145+
ENV PYTHON_PIP_VERSION 19.2.2
146146
# https://github.com/pypa/get-pip
147-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
148-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
147+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
148+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
149149

150150
RUN set -ex; \
151151
\

3.7/alpine3.9/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ 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 19.2.1
145+
ENV PYTHON_PIP_VERSION 19.2.2
146146
# https://github.com/pypa/get-pip
147-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
148-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
147+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
148+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
149149

150150
RUN set -ex; \
151151
\

3.7/buster/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ RUN cd /usr/local/bin \
103103
&& ln -s python3-config python-config
104104

105105
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
106-
ENV PYTHON_PIP_VERSION 19.2.1
106+
ENV PYTHON_PIP_VERSION 19.2.2
107107
# https://github.com/pypa/get-pip
108-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
109-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
108+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
109+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
110110

111111
RUN set -ex; \
112112
\

3.7/buster/slim/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ RUN cd /usr/local/bin \
138138
&& ln -s python3-config python-config
139139

140140
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
141-
ENV PYTHON_PIP_VERSION 19.2.1
141+
ENV PYTHON_PIP_VERSION 19.2.2
142142
# https://github.com/pypa/get-pip
143-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
144-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
143+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
144+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
145145

146146
RUN set -ex; \
147147
\

3.7/stretch/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ RUN cd /usr/local/bin \
103103
&& ln -s python3-config python-config
104104

105105
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
106-
ENV PYTHON_PIP_VERSION 19.2.1
106+
ENV PYTHON_PIP_VERSION 19.2.2
107107
# https://github.com/pypa/get-pip
108-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
109-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
108+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
109+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
110110

111111
RUN set -ex; \
112112
\

3.7/stretch/slim/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ RUN cd /usr/local/bin \
138138
&& ln -s python3-config python-config
139139

140140
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
141-
ENV PYTHON_PIP_VERSION 19.2.1
141+
ENV PYTHON_PIP_VERSION 19.2.2
142142
# https://github.com/pypa/get-pip
143-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
144-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
143+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
144+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
145145

146146
RUN set -ex; \
147147
\

3.7/windows/windowsservercore-1803/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ 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 19.2.1
45+
ENV PYTHON_PIP_VERSION 19.2.2
4646
# https://github.com/pypa/get-pip
47-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
48-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
47+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
48+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
4949

5050
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.7/windows/windowsservercore-1809/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ 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 19.2.1
45+
ENV PYTHON_PIP_VERSION 19.2.2
4646
# https://github.com/pypa/get-pip
47-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
48-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
47+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
48+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
4949

5050
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.7/windows/windowsservercore-ltsc2016/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ 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 19.2.1
45+
ENV PYTHON_PIP_VERSION 19.2.2
4646
# https://github.com/pypa/get-pip
47-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
48-
ENV PYTHON_GET_PIP_SHA256 56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
47+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py
48+
ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
4949

5050
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)