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 749348dd main: Update docker.io/apache/spark Docker tag to v3.5.5
(#1086)
749348dd is described below
commit 749348dd5c6153421e293f6de60999fd6f0bc265
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Feb 28 07:58:29 2025 +0100
main: Update docker.io/apache/spark Docker tag to v3.5.5 (#1086)
---
regtests/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regtests/Dockerfile b/regtests/Dockerfile
index d1c2d6c9..c007d2c3 100644
--- a/regtests/Dockerfile
+++ b/regtests/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
-FROM docker.io/apache/spark:3.5.4-java17-python3
+FROM docker.io/apache/spark:3.5.5-java17-python3
ARG POLARIS_HOST=polaris
ENV POLARIS_HOST=$POLARIS_HOST
ENV SPARK_HOME=/opt/spark