From 1789a03d0c03b735985cfafabe49b7b4bc19574d Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:31:24 +0000 Subject: [PATCH] feat(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.11.0 (#476) Signed-off-by: plural-renovate[bot]@users.noreply.github.com Co-authored-by: plural-renovate[bot] --- mlflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlflow/Dockerfile b/mlflow/Dockerfile index fa38ad01..a7eb4fe0 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.10.2 +FROM ghcr.io/mlflow/mlflow:v2.11.0 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \