Skip to content

Commit 3cd37d4

Browse files
authored
Fix cassandra to 3.0.25 (#23522)
fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start cleanly
1 parent 7ba4e35 commit 3cd37d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/docker-compose/integration-cassandra.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
version: "3.7"
1919
services:
2020
cassandra:
21-
image: cassandra:3.0
21+
# TODO: fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start cleanly
22+
image: cassandra:3.0.25
2223
environment:
2324
HEAP_NEWSIZE: 128M
2425
MAX_HEAP_SIZE: 256M

0 commit comments

Comments
 (0)