Skip to content

Commit 764a426

Browse files
authored
feat: update toolset (#76)
1 parent e842534 commit 764a426

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

3.12/bookworm/Dockerfile

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

32-
ENV PYTHON_VERSION=3.12.12
32+
ENV PYTHON_VERSION=3.12.13
3333

3434
RUN set -eux; \
3535
\

3.12/slim-bookworm/Dockerfile

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

32-
ENV PYTHON_VERSION=3.12.12
32+
ENV PYTHON_VERSION=3.12.13
3333

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

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.12
27+
ENV PYTHON_VERSION=3.13.13
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.12
27+
ENV PYTHON_VERSION=3.13.13
2828

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

3.14/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.14.3
27+
ENV PYTHON_VERSION=3.14.4
2828

2929
RUN set -eux; \
3030
\

3.14/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.14.3
27+
ENV PYTHON_VERSION=3.14.4
2828

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

README.md

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

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

8-
- [`3`, `3.14`, `3.14.3`]
9-
- [`3-slim`, `3.14-slim`, `3.14.3-slim`]
10-
- [`3.13`, `3.13.12`]
11-
- [`3.13-slim`, `3.13.12-slim`]
12-
- [`3.12`, `3.12.12`]
13-
- [`3.12-slim`, `3.12.12-slim`]
8+
- [`3`, `3.14`, `3.14.4`]
9+
- [`3-slim`, `3.14-slim`, `3.14.4-slim`]
10+
- [`3.13`, `3.13.13`]
11+
- [`3.13-slim`, `3.13.13-slim`]
12+
- [`3.12`, `3.12.13`]
13+
- [`3.12-slim`, `3.12.13-slim`]
1414
- [`2`, `2.7`, `2.7.18`]
1515
- [`2-slim`, `2.7-slim`, `2.7.18-slim`]
1616

@@ -125,9 +125,9 @@ compile extension modules written in other languages. Possible solutions if a
125125
<!-- Links -->
126126
[`2`, `2.7`, `2.7.18`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/bookworm/Dockerfile
127127
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
128-
[`3.12`, `3.12.12`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
129-
[`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.12`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
131-
[`3.13-slim`, `3.13.12-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
132-
[`3`, `3.14`, `3.14.3`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
133-
[`3-slim`, `3.14-slim`, `3.14.3-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
128+
[`3.12`, `3.12.13`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
129+
[`3.12-slim`, `3.12.13-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
130+
[`3.13`, `3.13.13`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
131+
[`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

0 commit comments

Comments
 (0)