From 9cbf33ac9225f11817b82e8aac4c3cb44ec6260f Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:59:22 +0000 Subject: [PATCH] fix(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.10.1 (#434) 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 3fc3151e..9be51033 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.10.0 +FROM ghcr.io/mlflow/mlflow:v2.10.1 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \