From b819108a0f276c69f09221fbdf4085fb87b1072e Mon Sep 17 00:00:00 2001 From: Anton Subbotin <anton.subbotin@r3.com> Date: Mon, 4 Mar 2024 16:22:30 +0000 Subject: [PATCH] Use versioned kafka image --- config/combined-worker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/combined-worker-compose.yaml b/config/combined-worker-compose.yaml index ce09280..e5b0ac2 100644 --- a/config/combined-worker-compose.yaml +++ b/config/combined-worker-compose.yaml @@ -12,7 +12,7 @@ services: - 5432:5432 kafka: - image: confluentinc/cp-kafka:latest + image: confluentinc/cp-kafka:7.6.0 ports: - 9092:9092 environment: