From da67cd5d9e55a0846dff89cc51ccbd930a0996ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:58:35 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v8.0.3 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f943e137..af45a118 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: mongo: - image: mongo:8.0.1 + image: mongo:8.0.3 command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"] ports: - "27017:27017"