gopidesupavan commented on code in PR #53773:
URL: https://github.com/apache/airflow/pull/53773#discussion_r2232119862


##########
scripts/ci/docker-compose/integration-mongo.yml:
##########
@@ -17,13 +17,13 @@
 ---
 services:
   mongo:
-    image: mongo:3
+    image: mongo:latest
     labels:
       breeze.description: "Integration required for MongoDB hooks."
     volumes:
       - mongo-db-volume:/data/db
     healthcheck:
-      test: echo 'db.runCommand("ping").ok' | mongo localhost:27017/test 
--quiet
+      test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test 
--quiet

Review Comment:
   looks like from mongo 6, it should be `mongosh` 
https://www.mongodb.com/docs/mongodb-shell/#the-mdb-shell-versus-the-legacy-mongo-shell



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to