Update tox.ini to pin kafka image

This commit is contained in:
Asif Saif Uddin 2023-05-14 13:08:11 +06:00
parent 3a2648207d
commit defd50f7f2
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ healthcheck_start_period = 5
environment = ALLOW_ANONYMOUS_LOGIN=yes
[docker:kafka]
image = bitnami/kafka:latest
image = bitnami/kafka:3.4.0-debian-11-r21
ports =
9092:9092/tcp
healthcheck_cmd = /bin/bash -c 'kafka-topics.sh --list --bootstrap-server 127.0.0.1:9092'