From d813d4ba0294239f974e436a31bc28c96c9f7381 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Jan 2024 00:42:30 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v7 --- .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 976da1fe..3385f157 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:7 ports: - 27017:27017 mysql: