Skip to content

Commit

Permalink
DBZ-7238 Upgrade Kafka to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 8, 2023
1 parent 60db124 commit 674a19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kafka/2.5/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.6.0
ARG KAFKA_VERSION=3.6.1
ARG SCALA_VERSION=2.13
ARG SHA512HASH="98D20F475BCCC11EB3CF05362112C788EEA7BFC88ABDDBA66CFCFB48880D3BB97918A90D44EB7C1720527BEBCA93DD231002B5159876F6EE8B7FCD91CC1B0644"
ARG SHA512HASH="1F063CD67463DD3BB5A5E06E7A1C2278DB84BFC836A634FAC7C9A005DE66A42AC00B32F5E9BBDD22086605F73659EFD4CE5BD1185196B02A743BE0898DAAC55D"

ENV KAFKA_VERSION=$KAFKA_VERSION \
SCALA_VERSION=$SCALA_VERSION \
Expand Down
4 changes: 2 additions & 2 deletions zookeeper/2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LABEL maintainer="Debezium Community"
# Set the version, home directory, and SHA hash.
# SHA 512 hash from https://www.apache.org/dist/zookeeper/zookeeper-$ZK_VERSION/zookeeper-$ZK_VERSION.tar.gz.sha512
#
ENV ZK_VERSION=3.8.2 \
ENV ZK_VERSION=3.8.3 \
ZK_HOME=/zookeeper \
SHA256HASH=30d42364d158850700623e2b0f226335ce52a9707660c16c64ea9c163fe657c429b5f846d664bf7f381bc86abafb01cdc28d23d9f8e49b99a751e6598342a7af
SHA256HASH=eb1a5e79fe55fa50e36021ca8b752e40584d5e24f23985c43e9f56abfbf23c0239dce37d18f27213c9a38fcb6f68daf1a9468fc352e6ac2364faaf9b56145bdf
ENV ZK_URL_PATH=zookeeper/zookeeper-$ZK_VERSION/apache-zookeeper-$ZK_VERSION-bin.tar.gz

#
Expand Down

0 comments on commit 674a19e

Please sign in to comment.