chia7712 commented on code in PR #21541:
URL: https://github.com/apache/kafka/pull/21541#discussion_r2847065574


##########
tests/docker/Dockerfile:
##########
@@ -93,7 +93,7 @@ RUN mkdir -p "/opt/kafka-3.5.2" && chmod a+rw 
/opt/kafka-3.5.2 && curl -s "$KAFK
 RUN mkdir -p "/opt/kafka-3.6.2" && chmod a+rw /opt/kafka-3.6.2 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.6.2.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.6.2"
 RUN mkdir -p "/opt/kafka-3.7.2" && chmod a+rw /opt/kafka-3.7.2 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.7.2.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.7.2"
 RUN mkdir -p "/opt/kafka-3.8.1" && chmod a+rw /opt/kafka-3.8.1 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.8.1.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.8.1"
-RUN mkdir -p "/opt/kafka-3.9.1" && chmod a+rw /opt/kafka-3.9.1 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.9.1.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.9.1"
+RUN mkdir -p "/opt/kafka-3.9.2" && chmod a+rw /opt/kafka-3.9.2 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.9.2.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.9.2"

Review Comment:
   it seems the scala 2.12 has not been updated yet. @mjsax would you please 
check this if you have a chance



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to