fix(kafka-setup): bump kafka version (#8245)

This commit is contained in:
david-leifker 2023-06-15 12:30:04 -05:00 committed by GitHub
parent a3ceee46d0
commit 8f9a23fb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`