Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe11c2e

Browse filesBrowse files
Update to 3.6.9, pip 19.2.2
1 parent 0f3e6b3 commit fe11c2e
Copy full SHA for fe11c2e

6 files changed

+18-18Lines changed: 18 additions & 18 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎3.6/alpine3.10/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/alpine3.10/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ RUN cd /usr/local/bin \
141141
&& ln -s python3-config python-config
142142

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

149149
RUN set -ex; \
150150
\
Collapse file

‎3.6/alpine3.9/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/alpine3.9/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ RUN cd /usr/local/bin \
141141
&& ln -s python3-config python-config
142142

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

149149
RUN set -ex; \
150150
\
Collapse file

‎3.6/buster/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/buster/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

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

110110
RUN set -ex; \
111111
\
Collapse file

‎3.6/buster/slim/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/buster/slim/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ RUN cd /usr/local/bin \
137137
&& ln -s python3-config python-config
138138

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

145145
RUN set -ex; \
146146
\
Collapse file

‎3.6/stretch/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/stretch/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

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

110110
RUN set -ex; \
111111
\
Collapse file

‎3.6/stretch/slim/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/stretch/slim/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ RUN cd /usr/local/bin \
137137
&& ln -s python3-config python-config
138138

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

145145
RUN set -ex; \
146146
\

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.