From 2dd7d67c30478b98ae440b4aeefc0cad138fca64 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:03:52 +0000 Subject: [PATCH] feat(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.7.0 (#224) Signed-off-by: plural-renovate[bot] 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 8baab580..7532f948 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.6.0 +FROM ghcr.io/mlflow/mlflow:v2.7.0 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \