File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 - kafka-net
2323
2424 kafka :
25- image : apache/kafka:4.1.1
25+ image : apache/kafka:4.2.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.1.1
47+ image : apache/kafka:4.2.0
4848 depends_on :
4949 kafka :
5050 condition : service_started
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717 - kafka-net
1818
1919 kafka :
20- image : apache/kafka:4.1.1
20+ image : apache/kafka:4.2.0
2121 container_name : kafka
2222 ports :
2323 - " 9092:9092"
@@ -39,7 +39,7 @@ services:
3939
4040 kafka-init :
4141 container_name : kafka-init
42- image : apache/kafka:4.1.1
42+ image : apache/kafka:4.2.0
4343 depends_on :
4444 kafka :
4545 condition : service_started
You can’t perform that action at this time.
0 commit comments