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.1-debian-12-r11 (#18279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent aab98d6 commit 84bc3fc
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.1-debian-12-r10
FROM docker.io/bitnami/spark:3.5.1-debian-12-r11
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 84bc3fc

Please sign in to comment.