Skip to content

Commit 582dee4

Browse files
authored
feat: update toolset (#42)
1 parent 576029b commit 582dee4

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.4
27+
ENV PYTHON_VERSION=3.13.5
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.4
27+
ENV PYTHON_VERSION=3.13.5
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
@@ -5,8 +5,8 @@
55

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

8-
- [`3`, `3.13`, `3.13.4`]
9-
- [`3-slim`, `3.13-slim`, `3.13.4-slim`]
8+
- [`3`, `3.13`, `3.13.5`]
9+
- [`3-slim`, `3.13-slim`, `3.13.5-slim`]
1010
- [`3.12`, `3.12.11`]
1111
- [`3.12-slim`, `3.12.11-slim`]
1212
- [`2`, `2.7`, `2.7.18`]
@@ -125,5 +125,5 @@ compile extension modules written in other languages. Possible solutions if a
125125
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
126126
[`3.12`, `3.12.11`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
127127
[`3.12-slim`, `3.12.11-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
128-
[`3`, `3.13`, `3.13.4`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129-
[`3-slim`, `3.13-slim`, `3.13.4-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
128+
[`3`, `3.13`, `3.13.5`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129+
[`3-slim`, `3.13-slim`, `3.13.5-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

0 commit comments

Comments
 (0)