From 9bfff022fa1dcf9e67fb5a932c9573de7a5cfc51 Mon Sep 17 00:00:00 2001 From: coatl-bot <146358438+coatl-bot@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:01:01 -0800 Subject: [PATCH] feat: update toolset (#17) --- 3.12/bookworm/Dockerfile | 2 +- 3.12/slim-bookworm/Dockerfile | 2 +- 3.13/bookworm/Dockerfile | 2 +- 3.13/slim-bookworm/Dockerfile | 2 +- README.md | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3.12/bookworm/Dockerfile b/3.12/bookworm/Dockerfile index 49da8f6..30d7b3c 100644 --- a/3.12/bookworm/Dockerfile +++ b/3.12/bookworm/Dockerfile @@ -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; \ \ diff --git a/3.12/slim-bookworm/Dockerfile b/3.12/slim-bookworm/Dockerfile index 0a3b7f8..5ab6630 100644 --- a/3.12/slim-bookworm/Dockerfile +++ b/3.12/slim-bookworm/Dockerfile @@ -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; \ diff --git a/3.13/bookworm/Dockerfile b/3.13/bookworm/Dockerfile index 0d27eb8..64d23bc 100644 --- a/3.13/bookworm/Dockerfile +++ b/3.13/bookworm/Dockerfile @@ -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; \ \ diff --git a/3.13/slim-bookworm/Dockerfile b/3.13/slim-bookworm/Dockerfile index 0323014..1b08c81 100644 --- a/3.13/slim-bookworm/Dockerfile +++ b/3.13/slim-bookworm/Dockerfile @@ -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; \ diff --git a/README.md b/README.md index 85bb9cc..d03b5b0 100644 --- a/README.md +++ b/README.md @@ -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`] @@ -123,7 +123,7 @@ compile extension modules written in other languages. Possible solutions if a [`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