From 137c30a338336bfbc7ae94dddff4f26497393c1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:09:33 +0000 Subject: [PATCH] Update confluentinc/confluent-local Docker tag to v7.7.0 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e6f0a97..ee9cbd5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -465,7 +465,7 @@ services: retries: 5 test: [CMD-SHELL, /bin/sh, -c, kafka-topics, --bootstrap-server, "kafka:29092", --list] timeout: 5s - image: "confluentinc/confluent-local:7.6.2" + image: "confluentinc/confluent-local:7.7.0" ports: - "9092:9092" keycloak: