diff --git a/plugins/spark/v3.5/getting-started/notebooks/Dockerfile b/plugins/spark/v3.5/getting-started/notebooks/Dockerfile index aed50285a67..ed3406b2452 100644 --- a/plugins/spark/v3.5/getting-started/notebooks/Dockerfile +++ b/plugins/spark/v3.5/getting-started/notebooks/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \ PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages" diff --git a/plugins/spark/v3.5/regtests/Dockerfile b/plugins/spark/v3.5/regtests/Dockerfile index 5c4c480f204..cd2ac1848d5 100755 --- a/plugins/spark/v3.5/regtests/Dockerfile +++ b/plugins/spark/v3.5/regtests/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ARG POLARIS_HOST=polaris \ CURRENT_SCALA_VERSION=2.12 diff --git a/regtests/Dockerfile b/regtests/Dockerfile index cff9d58ac64..d2b38075077 100644 --- a/regtests/Dockerfile +++ b/regtests/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17-python3 +FROM docker.io/apache/spark:3.5.8-java17-python3 ARG POLARIS_HOST=polaris diff --git a/site/content/guides/spark/notebooks/Dockerfile b/site/content/guides/spark/notebooks/Dockerfile index 1153cd49636..97caea16adc 100644 --- a/site/content/guides/spark/notebooks/Dockerfile +++ b/site/content/guides/spark/notebooks/Dockerfile @@ -17,7 +17,7 @@ # under the License. # -FROM docker.io/apache/spark:3.5.6-java17 +FROM docker.io/apache/spark:3.5.8-java17 ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \ PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages"