bump(kafka-setup): client version bump (#9962)

This commit is contained in:
david-leifker 2024-02-29 17:42:07 -06:00 committed by GitHub
parent 8b6790e936
commit 3284235850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ ARG ALPINE_REPO_URL
ARG APACHE_DOWNLOAD_URL
ARG GITHUB_REPO_URL
ENV KAFKA_VERSION 3.4.1
ENV KAFKA_VERSION 3.5.2
ENV SCALA_VERSION 2.13
LABEL name="kafka" version=${KAFKA_VERSION}