This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 8dd43230d Cassandra: update cassandra docker test image to 5.0 (#1889)
8dd43230d is described below
commit 8dd43230d0d1f8d4a127fe8a099e6efd69b7106b
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 6 12:48:38 2026 +0100
Cassandra: update cassandra docker test image to 5.0 (#1889)
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index d1a1f5b9c..3bab23ab7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,7 @@ services:
volumes:
-
./amqp/src/test/travis/rabbitmq.conf:/etc/rabbitmq/conf.d/20-pekko-connectors.conf
cassandra:
- image: cassandra:4.0
+ image: cassandra:5.0
ports:
- "9042:9042"
elasticmq:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]