We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a0b9 commit fa494f3Copy full SHA for fa494f3
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine as builder
3
RUN apk update
4
RUN apk --no-cache add curl
5
6
-RUN curl -L "https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz" -o kafka.tgz
+RUN curl -L "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz" -o kafka.tgz
7
8
RUN mkdir /opt/kafka \
9
&& tar -xf kafka.tgz -C /opt/kafka --strip-components=1
@@ -26,4 +26,4 @@ EXPOSE 8083
26
27
USER esuser
28
29
-ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
+ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
0 commit comments