Skip to content

Commit

Permalink
Update confluentinc/cp-kafka Docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2023
1 parent ac691ed commit 72d6f95
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

kafka1:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: kafka1
ports:
- "9091:9091"
Expand All @@ -20,7 +20,7 @@ services:
KAFKA_CONTROLLER_QUORUM_VOTERS: '1@kafka1:29093'

kafka2:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: kafka2
ports:
- "9092:9092"
Expand All @@ -38,7 +38,7 @@ services:
KAFKA_CONTROLLER_QUORUM_VOTERS: '2@kafka2:29093'

kafka3:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: kafka3
ports:
- "9093:9093"
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: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.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:
kafka:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
kafka:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.4.0
image: confluentinc/cp-kafka:7.4.1
hostname: broker
ports:
- "9092:9092"
Expand Down

0 comments on commit 72d6f95

Please sign in to comment.