Skip to content

Commit 154dcbb

Browse files
Merge pull request #64 from igorcampos-dev/renovate/apache-kafka-4.x
chore(deps): update apache/kafka docker tag to v4.1.0
2 parents 3942973 + d7997a9 commit 154dcbb

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)