File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM strimzi/kafka:latest-kafka-2.5 .0 as builder
1
+ FROM strimzi/kafka:latest-kafka-2.6 .0 as builder
2
2
3
3
FROM ibmjava:8-jre
4
4
@@ -10,7 +10,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
10
10
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
11
11
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
12
12
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
13
- COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.0 -jar-with-dependencies.jar /opt/kafka/libs/
13
+ COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.1 -jar-with-dependencies.jar /opt/kafka/libs/
14
14
15
15
WORKDIR /opt/kafka
16
16
You can’t perform that action at this time.
0 commit comments