From 5b53078429ea59d8665cc6fd51bd0f3830188dcb Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:32:07 +0000 Subject: [PATCH] fix(mlflow): Update ghcr.io/mlflow/mlflow Docker tag to v2.7.1 (#237) 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 7532f948..674c9f40 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.7.0 +FROM ghcr.io/mlflow/mlflow:v2.7.1 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \