Skip to content

Commit

Permalink
Merge pull request mrn-aglic#1 from tiemobang/patch-1
Browse files Browse the repository at this point in the history
Bump Spark version to 3.3.3 in Dockerfile
  • Loading branch information
mrn-aglic authored Nov 3, 2023
2 parents f0f786f + 486044f commit c486f27
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
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye as spark-base

ARG SPARK_VERSION=3.3.2
ARG SPARK_VERSION=3.3.3

# Install tools required by the OS
RUN apt-get update && \
Expand Down

0 comments on commit c486f27

Please sign in to comment.