Skip to content

Commit d7997a9

Browse files
chore(deps): update apache/kafka docker tag to v4.1.0
1 parent e82460b commit d7997a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-example/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- kafka-net
2323

2424
kafka:
25-
image: apache/kafka:4.0.0
25+
image: apache/kafka:4.1.0
2626
container_name: kafka
2727
ports:
2828
- "9092:9092"
@@ -44,7 +44,7 @@ services:
4444

4545
kafka-init:
4646
container_name: kafka-init
47-
image: apache/kafka:4.0.0
47+
image: apache/kafka:4.1.0
4848
depends_on:
4949
kafka:
5050
condition: service_started

0 commit comments

Comments
 (0)