Skip to content

Commit

Permalink
S3UTILS-152: bump mongodb to v6.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Feb 22, 2024
1 parent b84483f commit a6d4405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dockerfiles/mongodb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:5.0.21
FROM mongo:6.0.13

ENV USER=scality \
HOME_DIR=/home/scality \
Expand Down
2 changes: 1 addition & 1 deletion .github/dockerfiles/mongodb/conf/mongo-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -exo pipefail

init_RS() {
sleep 5
mongo --port 27018 /conf/initReplicaSet.js
mongosh --port 27018 /conf/initReplicaSet.js
}
init_RS &

Expand Down

0 comments on commit a6d4405

Please sign in to comment.