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 a1f7bb352 chore(deps): update apache/spark docker tag to v3.5.8 (#3458)
a1f7bb352 is described below

commit a1f7bb352cb7cda87de5fc29e76806f30a587418
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 16 14:47:15 2026 +0000

    chore(deps): update apache/spark docker tag to v3.5.8 (#3458)
---
 getting-started/jdbc/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getting-started/jdbc/docker-compose.yml 
b/getting-started/jdbc/docker-compose.yml
index 9e8bbce89..de5024e34 100644
--- a/getting-started/jdbc/docker-compose.yml
+++ b/getting-started/jdbc/docker-compose.yml
@@ -67,7 +67,7 @@ services:
     entrypoint: '/bin/sh -c "chmod +x /polaris/create-catalog.sh && 
/polaris/create-catalog.sh"'
 
   spark-sql:
-    image: apache/spark:3.5.7-java17-python3
+    image: apache/spark:3.5.8-java17-python3
     depends_on:
       polaris-setup:
         condition: service_completed_successfully

Reply via email to