From 253ab9c7a622441d03eda5897e9b7505c971a6b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jun 2021 07:03:49 +0000 Subject: [PATCH] Update mongo Docker tag to v4.4 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7d984df..90cb5da 100644 --- a/compose.yml +++ b/compose.yml @@ -73,7 +73,7 @@ services: # this container's job is just run the command to initialize the replica set. # it will run the command and remove himself (it will not stay running) mongo-init-replica: - image: mongo:4.0 + image: mongo:4.4 command: > bash -c -- 2.40.1