From d93da78e313ca4e1188718e45a0dac13dd0eb7ea Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 13 Sep 2025 22:25:13 +0200 Subject: [PATCH] [bitnami/python] Release 3.13.7-debian-12-r3 (#86164) Signed-off-by: Bitnami Bot --- bitnami/python/3.13/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/python/3.13/debian-12/Dockerfile b/bitnami/python/3.13/debian-12/Dockerfile index 0d381bc0679e..7c42d0e00891 100644 --- a/bitnami/python/3.13/debian-12/Dockerfile +++ b/bitnami/python/3.13/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-13T19:54:04Z" \ + org.opencontainers.image.created="2025-09-13T20:12:58Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/python/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/python" \ @@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.13.7-1-linux-${OS_ARCH}-debian-12" \ + "python-3.13.7-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ ENV APP_VERSION="3.13.7" \ BITNAMI_APP_NAME="python" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/python/bin:$PATH" EXPOSE 8000