Skip to content

Commit

Permalink
Replace Broken Kafak Binary Link In Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-hanson authored Aug 8, 2024
1 parent d04461c commit 5fab51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine as builder
RUN apk update
RUN apk --no-cache add curl

RUN curl -L "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz" -o kafka.tgz
RUN curl -L "https://downloads.apache.org/kafka/3.6.2/kafka_2.12-3.6.2.tgz" -o kafka.tgz
RUN mkdir /opt/kafka \
&& tar -xf kafka.tgz -C /opt/kafka --strip-components=1

Expand Down

0 comments on commit 5fab51b

Please sign in to comment.