Skip to content

Commit

Permalink
Merge pull request #415 from alphagov/sengi/slightly-less-ancient-mongo
Browse files Browse the repository at this point in the history
Run tests against mongodb-2.6 instead of 2.4.
  • Loading branch information
sengi authored Dec 11, 2023
2 parents 2c6faa8 + c13459d commit 6f5321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ failure_hints() {
}

docker_run() {
docker run --name router-mongo -dp 27017:27017 mongo:2.4 --replSet rs0 --quiet
docker run --name router-mongo -dp 27017:27017 mongo:2.6 --replSet rs0 --quiet
}

init_replicaset() {
Expand Down

0 comments on commit 6f5321e

Please sign in to comment.