Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update confluentinc/cp-kafka docker tag to v7.4.1 #27

Merged
merged 1 commit into from
Jul 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker_1:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: broker1
container_name: broker1
depends_on:
Expand All @@ -34,7 +34,7 @@ services:
KAFKA_JMX_HOSTNAME: localhost

broker_2:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: broker2
container_name: broker2
depends_on:
Expand Down
Loading