Skip to content

Commit

Permalink
Upgrade Kafka to 3.6.1 (adobe#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Petruț™ <[email protected]>
  • Loading branch information
2 people authored and aguzovatii committed May 30, 2024
1 parent 875a1b2 commit 8ee8caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest AS kafka_dist

ARG scala_version=2.13
ARG kafka_version=3.6.0
ARG kafka_version=3.6.1
ARG kafka_distro_base_url=https://downloads.apache.org/kafka

ENV kafka_distro=kafka_$scala_version-$kafka_version.tgz
Expand All @@ -26,7 +26,7 @@ RUN rm -r kafka_$scala_version-$kafka_version/bin/windows
FROM debian:bullseye-slim

ARG scala_version=2.13
ARG kafka_version=3.6.0
ARG kafka_version=3.6.1


RUN set -eux; \
Expand Down

0 comments on commit 8ee8caf

Please sign in to comment.