Skip to content

Commit fa494f3

Browse files
authored
Update Dockerfile to the latest kafka binary (#57)
Signed-off-by: Joel Hanson <joelhanson025@gmail.com> Signed-off-by: Joel Hanson <joel.hanson2@ibm.com>
1 parent 999a0b9 commit fa494f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine as builder
33
RUN apk update
44
RUN apk --no-cache add curl
55

6-
RUN curl -L "https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz" -o kafka.tgz
6+
RUN curl -L "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz" -o kafka.tgz
77

88
RUN mkdir /opt/kafka \
99
&& tar -xf kafka.tgz -C /opt/kafka --strip-components=1
@@ -26,4 +26,4 @@ EXPOSE 8083
2626

2727
USER esuser
2828

29-
ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
29+
ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]

0 commit comments

Comments
 (0)