Skip to content

Commit b2b8f8c

Browse files
Update to 3.6.12, pip 20.3.1
1 parent f9f351f commit b2b8f8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.6/alpine3.11/Dockerfile

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

150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151-
ENV PYTHON_PIP_VERSION 20.3.2
151+
ENV PYTHON_PIP_VERSION 20.3.1
152152
# https://github.com/pypa/get-pip
153153
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
154154
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.6/alpine3.12/Dockerfile

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

150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151-
ENV PYTHON_PIP_VERSION 20.3.2
151+
ENV PYTHON_PIP_VERSION 20.3.1
152152
# https://github.com/pypa/get-pip
153153
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
154154
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.6/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 20.3.2
108+
ENV PYTHON_PIP_VERSION 20.3.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.6/buster/slim/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 20.3.2
147+
ENV PYTHON_PIP_VERSION 20.3.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.6/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 20.3.2
108+
ENV PYTHON_PIP_VERSION 20.3.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.6/stretch/slim/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 20.3.2
147+
ENV PYTHON_PIP_VERSION 20.3.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

0 commit comments

Comments
 (0)