ci: use official zookeeper image

Former one ate almost all of my free memory for some reason. This
one looks more predictable.
This commit is contained in:
Andrew Mayorov 2023-02-24 15:03:03 +03:00
parent c97d17cc91
commit de740a2fd9
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
zookeeper:
image: wurstmeister/zookeeper
image: docker.io/library/zookeeper:3.6
ports:
- "2181:2181"
container_name: zookeeper