From 28677a90366791187787f1c7c0c26151648714e3 Mon Sep 17 00:00:00 2001 From: Poleg Kashti <46862163+polegkashti@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:11:56 +0300 Subject: [PATCH] Docs: Update zookeeper image (#431) --- documentation/compose/ui-acl-with-zk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/compose/ui-acl-with-zk.yaml b/documentation/compose/ui-acl-with-zk.yaml index 2f7928f92..97aad1791 100644 --- a/documentation/compose/ui-acl-with-zk.yaml +++ b/documentation/compose/ui-acl-with-zk.yaml @@ -18,7 +18,7 @@ services: KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG: 'org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";' zookeeper: - image: wurstmeister/zookeeper:3.4.6 + image: zookeeper:3.8 environment: JVMFLAGS: "-Djava.security.auth.login.config=/etc/zookeeper/zookeeper_jaas.conf" volumes: