File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN set -eux; \
102102 done
103103
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105- ENV PYTHON_PIP_VERSION=24.3.1
105+ ENV PYTHON_PIP_VERSION=25.0
106106# https://github.com/pypa/get-pip
107107ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
108108
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ RUN set -eux; \
136136 done
137137
138138# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
139- ENV PYTHON_PIP_VERSION=24.3.1
139+ ENV PYTHON_PIP_VERSION=25.0
140140# https://github.com/pypa/get-pip
141141ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
142142
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN set -eux; \
9797 done
9898
9999# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100- ENV PYTHON_PIP_VERSION=24.3.1
100+ ENV PYTHON_PIP_VERSION=25.0
101101# https://github.com/pypa/get-pip
102102ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
103103
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RUN set -eux; \
131131 done
132132
133133# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
134- ENV PYTHON_PIP_VERSION=24.3.1
134+ ENV PYTHON_PIP_VERSION=25.0
135135# https://github.com/pypa/get-pip
136136ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
137137
Original file line number Diff line number Diff line change 66#
77
88# The following packages are considered to be unsafe in a requirements file:
9- pip==24.3.1
9+ pip==25.0
1010 # via -r pip.in
Original file line number Diff line number Diff line change 66#
77
88# The following packages are considered to be unsafe in a requirements file:
9- pip==24.3.1
9+ pip==25.0
1010 # via -r pip.in
You can’t perform that action at this time.
0 commit comments