Skip to content

Commit

Permalink
Merge pull request #4 from Staffbase/update-spark-base-image
Browse files Browse the repository at this point in the history
update spark image to latest
  • Loading branch information
staffbase-robert authored Sep 25, 2023
2 parents a78d5cc + a9bf597 commit 42d9b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o spark-submit-server .

FROM apache/spark:3.4.1
FROM apache/spark:3.5.0
WORKDIR /spark/home
COPY --from=builder /build/spark-submit-server .
USER 185
Expand Down

0 comments on commit 42d9b3e

Please sign in to comment.