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 apache/kafka docker tag to v3.7.1 #506

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'

services:
kafka1:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
container_name: kafka1
hostname: kafka1
ports:
Expand All @@ -34,7 +34,7 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'

kafka2:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
container_name: kafka2
hostname: kafka2
ports:
Expand All @@ -61,7 +61,7 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'

kafka3:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
container_name: kafka3
hostname: kafka3
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
hostname: broker
ports:
- "9092:9092"
Expand Down
2 changes: 1 addition & 1 deletion kafka-dsl-integration/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

broker:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: apache/kafka:3.7.0
image: apache/kafka:3.7.1
hostname: broker
ports:
- "9092:9092"
Expand Down
Loading