Skip to content

Commit

Permalink
chore(find-retired-people-scala): update docker.io/bitnami/spark dock…
Browse files Browse the repository at this point in the history
…er tag to v3.5.3-debian-12-r2 (#20333)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 3c61704 commit f781da7
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/find-retired-people-scala/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/FindRetiredPeople-assembly-1.0.jar /opt/spark/work-dir/

0 comments on commit f781da7

Please sign in to comment.