Skip to content

Commit

Permalink
update mongo version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelet committed Jan 23, 2024
1 parent e30b6d4 commit 9d812e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:5.0.16
FROM mongo:6.0.13

VOLUME /data
EXPOSE 27001 27002 27003
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/rbac_model.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ g = _, _
e = some(where (p.eft == allow))

[matchers]
m = r.sub == p.sub && r.obj == p.obj && r.act == p.act
m = g(r.sub, p.sub) && r.obj == p.obj && r.act == p.act

0 comments on commit 9d812e4

Please sign in to comment.