Skip to content

Commit

Permalink
Fix cassandra to 3.0.25 (#23522)
Browse files Browse the repository at this point in the history
fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start cleanly
  • Loading branch information
potiuk authored May 6, 2022
1 parent 7ba4e35 commit 3cd37d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/docker-compose/integration-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
version: "3.7"
services:
cassandra:
image: cassandra:3.0
# TODO: fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start cleanly
image: cassandra:3.0.25
environment:
HEAP_NEWSIZE: 128M
MAX_HEAP_SIZE: 256M
Expand Down

0 comments on commit 3cd37d4

Please sign in to comment.