We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6620d2e commit d3db114Copy full SHA for d3db114
1 file changed
integration/docker-compose.yml
@@ -48,7 +48,7 @@ services:
48
zookeeper:
49
container_name: test-zookeeper
50
hostname: zookeeper
51
- image: confluentinc/cp-zookeeper:5.4.0
+ image: confluentinc/cp-zookeeper:5.3.2
52
ports:
53
- "2181:2181"
54
environment:
@@ -57,7 +57,7 @@ services:
57
kafka:
58
container_name: test-kafka
59
hostname: kafka
60
- image: confluentinc/cp-kafka:5.4.0
+ image: confluentinc/cp-kafka:5.3.2
61
depends_on:
62
- zookeeper
63
0 commit comments