Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
staffbase-robert committed Jul 2, 2023
1 parent 18dcf57 commit 612b101
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.0
FROM apache/spark:3.4.1
WORKDIR /spark/home
COPY --from=builder /build/spark-submit-server .
USER 185
Expand Down

0 comments on commit 612b101

Please sign in to comment.