Skip to content

Commit 2445fc3

Browse files
authored
feat: update toolset (#79)
1 parent a7924c5 commit 2445fc3

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

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=26.1
104+
ENV PYTHON_PIP_VERSION=26.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=26.1
138+
ENV PYTHON_PIP_VERSION=26.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=26.1
99+
ENV PYTHON_PIP_VERSION=26.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=26.1
133+
ENV PYTHON_PIP_VERSION=26.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

3.14/bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
; \
2525
rm -rf /var/lib/apt/lists/*
2626

27-
ENV PYTHON_VERSION=3.14.4
27+
ENV PYTHON_VERSION=3.14.5
2828

2929
RUN set -eux; \
3030
\
@@ -94,7 +94,7 @@ RUN set -eux; \
9494
done
9595

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

3.14/slim-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
; \
2525
rm -rf /var/lib/apt/lists/*
2626

27-
ENV PYTHON_VERSION=3.14.4
27+
ENV PYTHON_VERSION=3.14.5
2828

2929
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3030
RUN set -eux; \
@@ -129,7 +129,7 @@ RUN set -eux; \
129129
done
130130

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
## Supported tags and respective `Dockerfile` links
77

8-
- [`3`, `3.14`, `3.14.4`]
9-
- [`3-slim`, `3.14-slim`, `3.14.4-slim`]
8+
- [`3`, `3.14`, `3.14.5`]
9+
- [`3-slim`, `3.14-slim`, `3.14.5-slim`]
1010
- [`3.13`, `3.13.13`]
1111
- [`3.13-slim`, `3.13.13-slim`]
1212
- [`3.12`, `3.12.13`]
@@ -129,5 +129,5 @@ compile extension modules written in other languages. Possible solutions if a
129129
[`3.12-slim`, `3.12.13-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
130130
[`3.13`, `3.13.13`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
131131
[`3.13-slim`, `3.13.13-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
132-
[`3`, `3.14`, `3.14.4`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
133-
[`3-slim`, `3.14-slim`, `3.14.4-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
132+
[`3`, `3.14`, `3.14.5`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
133+
[`3-slim`, `3.14-slim`, `3.14.5-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

requirements/3.12/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=pip.txt pip.in
3-
pip==26.1
3+
pip==26.1.1
44
# via -r pip.in

requirements/3.13/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=pip.txt pip.in
3-
pip==26.1
3+
pip==26.1.1
44
# via -r pip.in

requirements/3.14/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=pip.txt pip.in
3-
pip==26.1
3+
pip==26.1.1
44
# via -r pip.in

0 commit comments

Comments
 (0)