From 4585e1d01dd192dd4a8cdbe99a421ebf2dd3ef29 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 9 Mar 2026 20:29:35 +0100 Subject: [PATCH] [bitnami/python] Release 3.14.3-debian-12-r12 (#91444) 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 fbd5101132c0..e2fdf7cdb112 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="2026-03-09T13:56:27Z" \ + org.opencontainers.image.created="2026-03-09T19:06:31Z" \ 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.3-10-linux-${OS_ARCH}-debian-12" \ + "python-3.14.3-11-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.3" \ BITNAMI_APP_NAME="python" \ - IMAGE_REVISION="11" \ + IMAGE_REVISION="12" \ PATH="/opt/bitnami/python/bin:$PATH" EXPOSE 8000