Skip to content

Commit

Permalink
[CHECKER] use jdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 committed Jan 4, 2025
1 parent 44a389f commit 3ccfe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN wget https://archive.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_2.12-${KAF
RUN mkdir /opt/kafka
RUN tar -zxvf kafka_2.12-${KAFKA_VERSION}.tgz -C /opt/kafka --strip-components=1
FROM azul/zulu-openjdk:11-jre
FROM azul/zulu-openjdk:8-jre
# copy kafka
COPY --from=build /opt/kafka /opt/kafka
Expand Down

0 comments on commit 3ccfe7c

Please sign in to comment.