Skip to content

Commit

Permalink
Update Kafka and Zookeeper to version 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendantwh committed Oct 29, 2024
1 parent c05a7a0 commit 54b6d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- "3001:3001"

zookeeper:
image: confluentinc/cp-zookeeper:7.0.1
image: confluentinc/cp-zookeeper:7.7.1
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ports:
Expand All @@ -48,7 +48,7 @@ services:
retries: 5

kafka:
image: confluentinc/cp-kafka:7.0.1
image: confluentinc/cp-kafka:7.7.1
ports:
- "9092:9092"
environment:
Expand Down

0 comments on commit 54b6d94

Please sign in to comment.