Skip to content

Commit

Permalink
Bumping the Kafka version since the old version is no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Mar 18, 2024
1 parent c15c8c4 commit 799ab3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langstream-runtime/langstream-runtime-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</goals>
<configuration>
<url>https://downloads.apache.org</url>
<fromFile>kafka/3.5.1/kafka_2.13-3.5.1.tgz</fromFile>
<fromFile>kafka/3.5.2/kafka_2.13-3.5.2.tgz</fromFile>
<toDir>${project.build.directory}/kafka</toDir>
<skipIfExists>true</skipIfExists>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USER 0

ADD maven/minio /minio/minio
ADD maven/herddb-services-0.28.0.zip /herddb/herddb-services-0.28.0.zip
COPY maven/kafka_2.13-3.5.1.tgz /kafka/kafka.tgz
COPY maven/kafka_2.13-3.5.2.tgz /kafka/kafka.tgz

RUN chmod -R g+w /kafka \
&& cd /kafka \
Expand Down

0 comments on commit 799ab3f

Please sign in to comment.