From 19edb7c66cba7681091a08936881e0dc453011d0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Sep 2025 10:04:06 +0200 Subject: [PATCH] [bitnami/mlflow] Release 3.4.0-debian-12-r12 (#86736) 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 9343a9f5fc92..443ffc765dad 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-30T01:27:11Z" \ + org.opencontainers.image.created="2025-09-30T07:39:47Z" \ 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="11" \ + IMAGE_REVISION="12" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app