Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3.13/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.8
ENV PYTHON_VERSION=3.13.9

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 3.13/slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.8
ENV PYTHON_VERSION=3.13.9

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux; \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

- [`3`, `3.14`, `3.14.0`]
- [`3-slim`, `3.14-slim`, `3.14.0-slim`]
- [`3.13`, `3.13.8`]
- [`3.13-slim`, `3.13.8-slim`]
- [`3.13`, `3.13.9`]
- [`3.13-slim`, `3.13.9-slim`]
- [`3.12`, `3.12.12`]
- [`3.12-slim`, `3.12.12-slim`]
- [`2`, `2.7`, `2.7.18`]
Expand Down Expand Up @@ -127,7 +127,7 @@ compile extension modules written in other languages. Possible solutions if a
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
[`3.12`, `3.12.12`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
[`3.12-slim`, `3.12.12-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
[`3.13`, `3.13.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3.13-slim`, `3.13.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
[`3.13`, `3.13.9`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3.13-slim`, `3.13.9-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
[`3`, `3.14`, `3.14.0`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3-slim`, `3.14-slim`, `3.14.0-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile