Skip to content

Commit e82a779

Browse files
chore(deps): update ghcr.io/mlflow/mlflow docker tag to v3.10.1 (#1505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10a6ffd commit e82a779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/insta/resources/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ services:
11911191
retries: 3
11921192
test: [CMD, python, -c, "import urllib.request; urllib.request.urlopen('http://localhost:5000/health')"]
11931193
timeout: 5s
1194-
image: "ghcr.io/mlflow/mlflow:${MLFLOW_VERSION:-v3.10.0}"
1194+
image: "ghcr.io/mlflow/mlflow:${MLFLOW_VERSION:-v3.10.1}"
11951195
ports:
11961196
- "${MLFLOW_PORT:-5000}:5000"
11971197
mlflow-serve:
@@ -1207,7 +1207,7 @@ services:
12071207
retries: 3
12081208
test: [CMD, python, -c, "import urllib.request; urllib.request.urlopen('http://localhost:5001/health')"]
12091209
timeout: 5s
1210-
image: "ghcr.io/mlflow/mlflow:${MLFLOW_VERSION:-v3.10.0}"
1210+
image: "ghcr.io/mlflow/mlflow:${MLFLOW_VERSION:-v3.10.1}"
12111211
ports:
12121212
- "${MLFLOW_SERVE_PORT:-5001}:5001"
12131213
mongodb:

0 commit comments

Comments
 (0)