From b09e778c2db3037475e73f6d423fa9bfc66e7e42 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 28 Sep 2025 21:07:09 +0200 Subject: [PATCH] [bitnami/mlflow] Release 3.4.0-debian-12-r7 (#86555) Signed-off-by: Bitnami Bot --- bitnami/mlflow/3/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mlflow/3/debian-12/Dockerfile b/bitnami/mlflow/3/debian-12/Dockerfile index fb203396af13..9caaea64a953 100644 --- a/bitnami/mlflow/3/debian-12/Dockerfile +++ b/bitnami/mlflow/3/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-28T12:24:48Z" \ + org.opencontainers.image.created="2025-09-28T18:40:52Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mlflow/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mlflow" \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl RUN mkdir -p /app/mlruns /app/mlartifacts /bitnami/mlflow && chmod g+rwX /app /app/mlruns /app/mlartifacts /bitnami/mlflow && ln -s /opt/bitnami/python/lib/*/site-packages/mlflow/server/auth/ /bitnami/mlflow-basic-auth ENV APP_VERSION="3.4.0" \ BITNAMI_APP_NAME="mlflow" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app