From 8afaed223c05ae68666dd2a97a4f85bc741f9a37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 18:06:58 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v3.7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e062057a00..225615aa72 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -69,7 +69,7 @@ jobs: - 6379:6379 mongo: - image: 'mongo:3.6' + image: 'mongo:3.7' ports: # Maps port 27017 on service container to the host - 27017:27017