Skip to content

Commit 9bfff02

Browse files
authored
feat: update toolset (#17)
1 parent 10a8b98 commit 9bfff02

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

3.12/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux; \
3030
; \
3131
rm -rf /var/lib/apt/lists/*
3232

33-
ENV PYTHON_VERSION=3.12.7
33+
ENV PYTHON_VERSION=3.12.8
3434

3535
RUN set -eux; \
3636
\

3.12/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux; \
3030
; \
3131
rm -rf /var/lib/apt/lists/*
3232

33-
ENV PYTHON_VERSION=3.12.7
33+
ENV PYTHON_VERSION=3.12.8
3434

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

3.13/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -eux; \
2525
; \
2626
rm -rf /var/lib/apt/lists/*
2727

28-
ENV PYTHON_VERSION=3.13.0
28+
ENV PYTHON_VERSION=3.13.1
2929

3030
RUN set -eux; \
3131
\

3.13/slim-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -eux; \
2525
; \
2626
rm -rf /var/lib/apt/lists/*
2727

28-
ENV PYTHON_VERSION=3.13.0
28+
ENV PYTHON_VERSION=3.13.1
2929

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

README.md

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

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

8-
- [`3`, `3.13`, `3.13.0`]
9-
- [`3-slim`, `3.13-slim`, `3.13.0-slim`]
10-
- [`3.12`, `3.12.7`]
11-
- [`3.12-slim`, `3.12.7-slim`]
8+
- [`3`, `3.13`, `3.13.1`]
9+
- [`3-slim`, `3.13-slim`, `3.13.1-slim`]
10+
- [`3.12`, `3.12.8`]
11+
- [`3.12-slim`, `3.12.8-slim`]
1212
- [`2`, `2.7`, `2.7.18`]
1313
- [`2-slim`, `2.7-slim`, `2.7.18-slim`]
1414

@@ -123,7 +123,7 @@ compile extension modules written in other languages. Possible solutions if a
123123
<!-- Links -->
124124
[`2`, `2.7`, `2.7.18`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/bookworm/Dockerfile
125125
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
126-
[`3.12`, `3.12.7`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
127-
[`3.12-slim`, `3.12.7-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
128-
[`3`, `3.13`, `3.13.0`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129-
[`3-slim`, `3.13-slim`, `3.13.0-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
126+
[`3.12`, `3.12.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
127+
[`3.12-slim`, `3.12.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
128+
[`3`, `3.13`, `3.13.1`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129+
[`3-slim`, `3.13-slim`, `3.13.1-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

0 commit comments

Comments
 (0)