From d5ba97b013a6165ad38c9b0282e23ecafedeceff Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 Oct 2025 09:07:21 +0100 Subject: [PATCH] [bitnami/python] Release 3.14.0-debian-12-r16 (#87953) Signed-off-by: Bitnami Bot --- bitnami/python/3.14/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/python/3.14/debian-12/Dockerfile b/bitnami/python/3.14/debian-12/Dockerfile index 77e9293fab29..659b7b269629 100644 --- a/bitnami/python/3.14/debian-12/Dockerfile +++ b/bitnami/python/3.14/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-10-17T12:19:11Z" \ + org.opencontainers.image.created="2025-10-29T07:52:44Z" \ 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.14.0-4-linux-${OS_ARCH}-debian-12" \ + "python-3.14.0-5-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.14.0" \ BITNAMI_APP_NAME="python" \ - IMAGE_REVISION="15" \ + IMAGE_REVISION="16" \ PATH="/opt/bitnami/python/bin:$PATH" EXPOSE 8000