From 86618ea56f429c01e04f7a04989665a5ccce493e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 29 Sep 2025 15:13:19 +0200 Subject: [PATCH] [bitnami/jax] Release 0.7.2-debian-12-r9 (#86618) Signed-off-by: Bitnami Bot --- bitnami/jax/0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/jax/0/debian-12/Dockerfile b/bitnami/jax/0/debian-12/Dockerfile index 5c1ff17b050e..5f5129d88f2d 100644 --- a/bitnami/jax/0/debian-12/Dockerfile +++ b/bitnami/jax/0/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-29T00:29:05Z" \ + org.opencontainers.image.created="2025-09-29T12:55:36Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jax/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jax" \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl RUN mkdir /app && chmod g+rwX /app ENV APP_VERSION="0.7.2" \ BITNAMI_APP_NAME="jax" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="9" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app