From 8f9a23fb2e129cace52e7adc42978120b8e6103e Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:30:04 -0500 Subject: [PATCH] fix(kafka-setup): bump kafka version (#8245) --- docker/kafka-setup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/kafka-setup/Dockerfile b/docker/kafka-setup/Dockerfile index d2e0eeb727..e379ae4385 100644 --- a/docker/kafka-setup/Dockerfile +++ b/docker/kafka-setup/Dockerfile @@ -10,7 +10,7 @@ RUN rm /usr/share/java/cp-base-new/snakeyaml-*.jar \ # Based on https://github.com/blacktop's alpine kafka build FROM python:3-alpine -ENV KAFKA_VERSION 3.4.0 +ENV KAFKA_VERSION 3.4.1 ENV SCALA_VERSION 2.13 # Set the classpath for JARs required by `cub`