Skip to content

Commit cc6c4c4

Browse files
authored
Merge pull request #93 from Joel-hanson/patch-1
Replace Broken Kafka Binary Link In Dockerfile
2 parents d04461c + 5fab51b commit cc6c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kafka-connect/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine as builder
55
RUN apk update
66
RUN apk --no-cache add curl
77

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

0 commit comments

Comments
 (0)