8000 Update to 3.7.6, pip 20.0.1 · docker-library/python@016bf99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 016bf99

Browse files
Update to 3.7.6, pip 20.0.1
1 parent d0950f2 commit 016bf99

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

3.7/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN cd /usr/local/bin \
144144
&& ln -s python3-config python-config
145145

146146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147-
ENV PYTHON_PIP_VERSION 19.3.1
147+
ENV PYTHON_PIP_VERSION 20.0.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/alpine3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN cd /usr/local/bin \
144144
&& ln -s python3-config python-config
145145

146146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147-
ENV PYTHON_PIP_VERSION 19.3.1
147+
ENV PYTHON_PIP_VERSION 20.0.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN cd /usr/local/bin \
105105
&& ln -s python3-config python-config
106106

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 19.3.1
108+
ENV PYTHON_PIP_VERSION 20.0.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN cd /usr/local/bin \
140140
&& ln -s python3-config python-config
141141

142142
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
143-
ENV PYTHON_PIP_VERSION 19.3.1
143+
ENV PYTHON_PIP_VERSION 20.0.1
144144
# https://github.com/pypa/get-pip
145145
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
146146
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN cd /usr/local/bin \
105105
&& ln -s python3-config python-config
106106

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 19.3.1
108+
ENV PYTHON_PIP_VERSION 20.0.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN cd /usr/local/bin \
140140
&& ln -s python3-config python-config
141141

142142
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
143-
ENV PYTHON_PIP_VERSION 19.3.1
143+
ENV PYTHON_PIP_VERSION 20.0.1
144144
# https://github.com/pypa/get-pip
145145
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
146146
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 19.3.1
45+
ENV PYTHON_PIP_VERSION 20.0.1
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.7/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 19.3.1
45+
ENV PYTHON_PIP_VERSION 20.0.1
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

0 commit comments

Comments
 (0)
0