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.3-debian-12-r2 (#20334)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent f781da7 commit 61f0341
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.3-debian-12-r1
FROM docker.io/bitnami/spark:3.5.3-debian-12-r2
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 61f0341

Please sign in to comment.