This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 535d69e71 main: Update docker.io/apache/spark Docker tag to v3.5.6 
(#1795)
535d69e71 is described below

commit 535d69e71f7fad20ba12bfd098fca1828322661e
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Tue Jun 3 13:56:41 2025 +0200

    main: Update docker.io/apache/spark Docker tag to v3.5.6 (#1795)
---
 plugins/spark/v3.5/regtests/Dockerfile | 2 +-
 regtests/Dockerfile                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/spark/v3.5/regtests/Dockerfile 
b/plugins/spark/v3.5/regtests/Dockerfile
index 1620c12ae..db84d3eb1 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.5-java17
+FROM docker.io/apache/spark:3.5.6-java17
 ARG POLARIS_HOST=polaris
 ENV POLARIS_HOST=$POLARIS_HOST
 ENV SPARK_HOME=/opt/spark
diff --git a/regtests/Dockerfile b/regtests/Dockerfile
index 5770a3176..85f9cee5a 100644
--- a/regtests/Dockerfile
+++ b/regtests/Dockerfile
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-FROM docker.io/apache/spark:3.5.5-java17-python3
+FROM docker.io/apache/spark:3.5.6-java17-python3
 ARG POLARIS_HOST=polaris
 ENV POLARIS_HOST=$POLARIS_HOST
 ENV SPARK_HOME=/opt/spark

Reply via email to