Skip to content

Commit

Permalink
DBZ-8385 Upgrade Kafka to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Nov 7, 2024
1 parent 7e54606 commit 1e2423e
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.0
ARG KAFKA_VERSION=3.8.1
ARG SCALA_VERSION=2.13
ARG SHA512HASH="0A33B7BE7B6FA53249BA80F9D02CDA71ED81927C160AA6EE9BE1E3D3C1C4B50466FFC905293143FD88CEAC7F5E7D8F5BEC28EF972ADDD3C459CC8B1291E738AA"
ARG SHA512HASH="B43FADA353B7DCA51C0F90ACF594EC1CE06B2344C046D4059D4DEAB0615E0E3E76E92ECCDBDFA1ADAD1FBDE76C5F25E71ACD0DB013FB4B1778827448B5285EDF"

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

0 comments on commit 1e2423e

Please sign in to comment.