Skip to content

Commit 0a650b8

Browse files
authored
[bitnami/python] Release python-3.13.3-debian-12-r2 (#80062)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 1ebfbc1 commit 0a650b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bitnami/python/3.13/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-04-11T07:57:50Z" \
11+
org.opencontainers.image.created="2025-04-11T08:24:43Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/python/README.md" \
14-
org.opencontainers.image.ref.name="3.13.3-debian-12-r1" \
14+
org.opencontainers.image.ref.name="3.13.3-debian-12-r2" \
1515
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/python" \
1616
org.opencontainers.image.title="python" \
1717
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -27,7 +27,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2727
RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libffi8 liblzma5 libncursesw6 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl3 libtinfo6 pkg-config procps unzip wget zlib1g
2828
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
2929
COMPONENTS=( \
30-
"python-3.13.3-1-linux-${OS_ARCH}-debian-12" \
30+
"python-3.13.3-2-linux-${OS_ARCH}-debian-12" \
3131
) ; \
3232
for COMPONENT in "${COMPONENTS[@]}"; do \
3333
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/python/3.13/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "3.13.3-1"
6+
"version": "3.13.3-2"
77
}
88
}

0 commit comments

Comments
 (0)