From fd2c70b9f84e230c8c409f155aeaed41511e90fd Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:38:43 +0000 Subject: [PATCH] fix(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.9.2 (#370) 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 848b7934..88caec9c 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.9.1 +FROM ghcr.io/mlflow/mlflow:v2.9.2 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \