Skip to content

Commit

Permalink
feat: update toolset (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
coatl-bot authored Dec 16, 2024
1 parent 10a8b98 commit 9bfff02
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 3.12/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.12.7
ENV PYTHON_VERSION=3.12.8

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

ENV PYTHON_VERSION=3.12.7
ENV PYTHON_VERSION=3.12.8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion 3.13/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.0
ENV PYTHON_VERSION=3.13.1

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 @@ -25,7 +25,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.0
ENV PYTHON_VERSION=3.13.1

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

## Supported tags and respective `Dockerfile` links

- [`3`, `3.13`, `3.13.0`]
- [`3-slim`, `3.13-slim`, `3.13.0-slim`]
- [`3.12`, `3.12.7`]
- [`3.12-slim`, `3.12.7-slim`]
- [`3`, `3.13`, `3.13.1`]
- [`3-slim`, `3.13-slim`, `3.13.1-slim`]
- [`3.12`, `3.12.8`]
- [`3.12-slim`, `3.12.8-slim`]
- [`2`, `2.7`, `2.7.18`]
- [`2-slim`, `2.7-slim`, `2.7.18-slim`]

Expand Down Expand Up @@ -123,7 +123,7 @@ compile extension modules written in other languages. Possible solutions if a
<!-- Links -->
[`2`, `2.7`, `2.7.18`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/bookworm/Dockerfile
[`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.7`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
[`3.12-slim`, `3.12.7-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
[`3`, `3.13`, `3.13.0`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3-slim`, `3.13-slim`, `3.13.0-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
[`3.12`, `3.12.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
[`3.12-slim`, `3.12.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
[`3`, `3.13`, `3.13.1`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3-slim`, `3.13-slim`, `3.13.1-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

0 comments on commit 9bfff02

Please sign in to comment.