From 4974a75bf161d8eb30f60b496694c293b5a9e12b Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:21:24 +0000 Subject: [PATCH] feat(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.9.0 (#352) 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 d4756933..aeaea039 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.8.1 +FROM ghcr.io/mlflow/mlflow:v2.9.0 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \