[go: nahoru, domu]

Skip to content

Commit

Permalink
pkg: update dbserver to mongo 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoveiga authored and gustavosbarreto committed Jun 9, 2021
1 parent fd5a678 commit 10e75d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/dbtest/dbserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (dbs *DBServer) start() {
}

args := []string{
"run", "--rm", fmt.Sprintf("--net=%s", dbs.network), "mongo:4.2.8",
"run", "--rm", fmt.Sprintf("--net=%s", dbs.network), "mongo:4.4.4",
"--bind_ip", "127.0.0.1",
"--port", strconv.Itoa(addr.Port),
"--nojournal",
Expand Down

0 comments on commit 10e75d1

Please sign in to comment.