From e4b3cbb128f1885f0e8b0485f769fdced1dc1df3 Mon Sep 17 00:00:00 2001 From: John Sanda Date: Thu, 29 Oct 2020 17:34:59 -0400 Subject: [PATCH] bump versions of reaper and cassandra used for testing --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ad23ed9..5fb7cbe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: cluster-1-node-0: - image: cassandra:3.11.4 + image: cassandra:3.11.8 mem_limit: 512m memswap_limit: 512m mem_swappiness: 0 @@ -28,7 +28,7 @@ services: - integration-tests cluster-1-node-1: - image: cassandra:3.11.4 + image: cassandra:3.11.8 mem_limit: 512m memswap_limit: 512m mem_swappiness: 0 @@ -50,7 +50,7 @@ services: - integration-tests cluster-2-node-0: - image: cassandra:3.11.4 + image: cassandra:3.11.8 mem_limit: 512m memswap_limit: 512m mem_swappiness: 0 @@ -72,7 +72,7 @@ services: - integration-tests cluster-2-node-1: - image: cassandra:3.11.4 + image: cassandra:3.11.8 mem_limit: 512m memswap_limit: 512m mem_swappiness: 0 @@ -94,7 +94,7 @@ services: - integration-tests cluster-3-node-0: - image: cassandra:3.11.4 + image: cassandra:3.11.8 mem_limit: 512m memswap_limit: 512m mem_swappiness: 0 @@ -116,7 +116,7 @@ services: - integration-tests reaper: - image: thelastpickle/cassandra-reaper:2.0.2 + image: thelastpickle/cassandra-reaper:2.2.1 environment: REAPER_STORAGE_TYPE: memory REAPER_JMX_PORTS: "{cassandra1: 7199, cassandra2: 7199}"