@@ -2,7 +2,7 @@ version: '2.1'
22
33services :
44 zoo1 :
5- image : confluentinc/cp-zookeeper:7.3.0
5+ image : confluentinc/cp-zookeeper:7.3.2
66 hostname : zoo1
77 container_name : zoo1
88 ports :
@@ -13,7 +13,7 @@ services:
1313 ZOOKEEPER_SERVERS : zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
1414
1515 zoo2 :
16- image : confluentinc/cp-zookeeper:7.3.0
16+ image : confluentinc/cp-zookeeper:7.3.2
1717 hostname : zoo2
1818 container_name : zoo2
1919 ports :
@@ -24,7 +24,7 @@ services:
2424 ZOOKEEPER_SERVERS : zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
2525
2626 zoo3 :
27- image : confluentinc/cp-zookeeper:7.3.0
27+ image : confluentinc/cp-zookeeper:7.3.2
2828 hostname : zoo3
2929 container_name : zoo3
3030 ports :
@@ -36,7 +36,7 @@ services:
3636
3737
3838 kafka1 :
39- image : confluentinc/cp-kafka:7.3.0
39+ image : confluentinc/cp-kafka:7.3.2
4040 hostname : kafka1
4141 container_name : kafka1
4242 ports :
@@ -57,7 +57,7 @@ services:
5757 - zoo3
5858
5959 kafka2 :
60- image : confluentinc/cp-kafka:7.3.0
60+ image : confluentinc/cp-kafka:7.3.2
6161 hostname : kafka2
6262 container_name : kafka2
6363 ports :
@@ -78,7 +78,7 @@ services:
7878 - zoo3
7979
8080 kafka3 :
81- image : confluentinc/cp-kafka:7.3.0
81+ image : confluentinc/cp-kafka:7.3.2
8282 hostname : kafka3
8383 container_name : kafka3
8484 ports :
@@ -99,7 +99,7 @@ services:
9999 - zoo3
100100
101101 kafka-schema-registry :
102- image : confluentinc/cp-schema-registry:7.3.0
102+ image : confluentinc/cp-schema-registry:7.3.2
103103 hostname : kafka-schema-registry
104104 container_name : kafka-schema-registry
105105 depends_on :
0 commit comments