Skip to content

Commit

Permalink
DBZ-8400 Upgrade Kafka to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Nov 12, 2024
1 parent 1e2423e commit 75b187a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ LABEL maintainer="Debezium Community"
# MD5 hash taken from http://kafka.apache.org/downloads.html for this version of Kafka
# These argument defaults can be overruled during build time but compatibility cannot be guaranteed when the defaults are not used.
#
ARG KAFKA_VERSION=3.8.1
ARG KAFKA_VERSION=3.9.0
ARG SCALA_VERSION=2.13
ARG SHA512HASH="B43FADA353B7DCA51C0F90ACF594EC1CE06B2344C046D4059D4DEAB0615E0E3E76E92ECCDBDFA1ADAD1FBDE76C5F25E71ACD0DB013FB4B1778827448B5285EDF"
ARG SHA512HASH="5324C1F44D4C84EA469712C2CC3D2D15545C3716EDBB5353722DF9C661FCC78B031FCF07D1C4F0309C5FDB32686665DFB0CFFE55210CD3A1FE2A370538CB4E6D"

ENV KAFKA_VERSION=$KAFKA_VERSION \
SCALA_VERSION=$SCALA_VERSION \
Expand Down

0 comments on commit 75b187a

Please sign in to comment.