From d94518eacae93c5e1309ec543d4eee5857b46b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:51:18 +0000 Subject: [PATCH] chore: update mongo docker tag to v6 --- .github/workflows/ci_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_server.yml b/.github/workflows/ci_server.yml index 3db3ff3d19..91e0ae7baa 100644 --- a/.github/workflows/ci_server.yml +++ b/.github/workflows/ci_server.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest services: mongo: - image: mongo:5-focal + image: mongo:6-focal ports: - 27017:27017 steps: