From 41b31d2cebffdeb4d7797486b02dd38a70f3cd12 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Sep 2025 15:16:04 +0200 Subject: [PATCH] [bitnami/mlflow] Release 3.4.0-debian-12-r13 (#86791) 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 443ffc765dad..1c5d6ac41ee6 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-30T07:39:47Z" \ + org.opencontainers.image.created="2025-09-30T12:49:41Z" \ 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="12" \ + IMAGE_REVISION="13" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app