Skip to content

Commit 8587d5b

Browse files
authored
feat: update toolset (#36)
1 parent 007c304 commit 8587d5b

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
@@ -101,7 +101,7 @@ RUN set -eux; \
101101
done
102102

103103
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
104-
ENV PYTHON_PIP_VERSION=25.1
104+
ENV PYTHON_PIP_VERSION=25.1.1
105105
# https://github.com/pypa/get-pip
106106
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
107107

3.12/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN set -eux; \
135135
done
136136

137137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138-
ENV PYTHON_PIP_VERSION=25.1
138+
ENV PYTHON_PIP_VERSION=25.1.1
139139
# https://github.com/pypa/get-pip
140140
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
141141

3.13/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN set -eux; \
9696
done
9797

9898
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
99-
ENV PYTHON_PIP_VERSION=25.1
99+
ENV PYTHON_PIP_VERSION=25.1.1
100100
# https://github.com/pypa/get-pip
101101
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
102102

3.13/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN set -eux; \
130130
done
131131

132132
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
133-
ENV PYTHON_PIP_VERSION=25.1
133+
ENV PYTHON_PIP_VERSION=25.1.1
134134
# https://github.com/pypa/get-pip
135135
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
136136

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==25.1
9+
pip==25.1.1
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==25.1
9+
pip==25.1.1
1010
# via -r pip.in

0 commit comments

Comments
 (0)