Skip to content

Commit

Permalink
chore(ingest-from-s3-to-kafka): update docker.io/bitnami/spark docker…
Browse files Browse the repository at this point in the history
… tag to v3.5.0-debian-11-r25 (#14504)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent fab3767 commit 9664928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY data-processing/hm-spark/applications/ingest-from-s3-to-kafka/project/plugi
COPY data-processing/hm-spark/applications/ingest-from-s3-to-kafka/src/ ./src/
RUN sbt compile assembly

FROM docker.io/bitnami/spark:3.5.0-debian-11-r24
FROM docker.io/bitnami/spark:3.5.0-debian-11-r25
WORKDIR /opt/spark/work-dir
COPY --from=builder /usr/src/app/target/scala-2.12/IngestFromS3ToKafka-assembly-1.0.jar /opt/spark/work-dir/

0 comments on commit 9664928

Please sign in to comment.