From 7c841ee56f41220a15763207dc85adfc71faf4e0 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:56:48 +0000 Subject: [PATCH] feat(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.10.0 (#421) 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 88caec9c..3fc3151e 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.9.2 +FROM ghcr.io/mlflow/mlflow:v2.10.0 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \