Skip to content

Commit 6a1126a

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v7.7.0
1 parent 3158ca7 commit 6a1126a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

kafka-avro/spring-boot-kafka-avro-consumer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
kafka:
5-
image: confluentinc/cp-kafka:7.6.2
5+
image: confluentinc/cp-kafka:7.7.0
66
hostname: broker
77
container_name: broker
88
ports:

kafka-avro/spring-boot-kafka-avro-producer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
kafka:
5-
image: confluentinc/cp-kafka:7.6.2
5+
image: confluentinc/cp-kafka:7.7.0
66
hostname: broker
77
container_name: broker
88
ports:

kafka-reactor/boot-kafka-reactor-consumer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: confluentinc/cp-kafka:7.6.2
5+
image: confluentinc/cp-kafka:7.7.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-reactor/boot-kafka-reactor-producer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: confluentinc/cp-kafka:7.6.2
5+
image: confluentinc/cp-kafka:7.7.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-spring-boot/boot-kafka-sample/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
broker:
5-
image: confluentinc/cp-kafka:7.6.2
5+
image: confluentinc/cp-kafka:7.7.0
66
hostname: broker
77
ports:
88
- "9092:9092"

0 commit comments

Comments
 (0)