From e27fdd2dc41552a612789f335f35ec0f9b3dba64 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Nov 2025 19:55:16 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v8 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bc28ae15..a9bbaed7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: # Docker containers to run for database RPC tracing integration tests. services: mongo: - image: mongo:5 + image: mongo:8 ports: - 27017:27017 mysql: