mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
fix(kafka-setup): bump kafka version (#8245)
This commit is contained in:
parent
a3ceee46d0
commit
8f9a23fb2e
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user