Skip to content

Commit

Permalink
Bump ursadb to v1.5.1 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code authored Jan 11, 2023
1 parent 6ba9d00 commit 4c9a273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
environment:
- "MQUERY_PLUGINS=${MQUERY_PLUGINS}"
ursadb:
image: mqueryci/ursadb:v1.5.0
image: mqueryci/ursadb:v1.5.1
ports:
- "9281:9281"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.e2etests-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- "redis"
- "ursadb"
ursadb:
image: mqueryci/ursadb:v1.5.0
image: mqueryci/ursadb:v1.5.1
ports:
- "9281:9281"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- "MQUERY_PLUGINS=${MQUERY_PLUGINS}"
ursadb:
restart: always
image: mqueryci/ursadb:v1.5.0
image: mqueryci/ursadb:v1.5.1
ports:
- "127.0.0.1:9281:9281"
volumes:
Expand Down

0 comments on commit 4c9a273

Please sign in to comment.