diff --git a/dev/docker-compose.yaml b/dev/docker-compose.yaml index aebbc68..11fb567 100644 --- a/dev/docker-compose.yaml +++ b/dev/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2' services: zookeeper: - image: confluentinc/cp-zookeeper:3.3.0 + image: confluentinc/cp-zookeeper:3.3.3 hostname: zookeeper ports: - "2181:2181"