From e06f6e274544d5af5f20b0e1ff488ee3cc2c1a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:48:07 +0000 Subject: [PATCH] Update zookeeper Docker tag to v3.9.3 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index aa64869..371303a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1388,6 +1388,6 @@ services: retries: 3 test: "nc -z localhost 2181 || exit -1" timeout: 5s - image: "zookeeper:${ZOOKEEPER_VERSION:-3.9.2}" + image: "zookeeper:${ZOOKEEPER_VERSION:-3.9.3}" ports: - "2181:2181"