Skip to content

Commit bdc5442

Browse files
authored
feat: update toolset (#54)
1 parent 62805b3 commit bdc5442

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

3.13/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
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.13.8
27+
ENV PYTHON_VERSION=3.13.9
2828

2929
RUN set -eux; \
3030
\

3.13/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
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.13.8
27+
ENV PYTHON_VERSION=3.13.9
2828

2929
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3030
RUN set -eux; \

README.md

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

88
- [`3`, `3.14`, `3.14.0`]
99
- [`3-slim`, `3.14-slim`, `3.14.0-slim`]
10-
- [`3.13`, `3.13.8`]
11-
- [`3.13-slim`, `3.13.8-slim`]
10+
- [`3.13`, `3.13.9`]
11+
- [`3.13-slim`, `3.13.9-slim`]
1212
- [`3.12`, `3.12.12`]
1313
- [`3.12-slim`, `3.12.12-slim`]
1414
- [`2`, `2.7`, `2.7.18`]
@@ -127,7 +127,7 @@ compile extension modules written in other languages. Possible solutions if a
127127
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
128128
[`3.12`, `3.12.12`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
129129
[`3.12-slim`, `3.12.12-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
130-
[`3.13`, `3.13.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
131-
[`3.13-slim`, `3.13.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
130+
[`3.13`, `3.13.9`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
131+
[`3.13-slim`, `3.13.9-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
132132
[`3`, `3.14`, `3.14.0`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
133133
[`3-slim`, `3.14-slim`, `3.14.0-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

0 commit comments

Comments
 (0)