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