Skip to content

Commit 3fe1426

Browse files
authored
feat: update toolset (#21)
1 parent 7cd4eae commit 3fe1426

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.12/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
107107
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
108108

3.12/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
141141
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
142142

3.13/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
102102
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
103103

3.13/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
136136
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
137137

requirements/3.12/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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

requirements/3.13/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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

0 commit comments

Comments
 (0)