Skip to content

Commit 31ad7da

Browse files
committed
docs and Dockerfile
1 parent 6f9b5e1 commit 31ad7da

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/user-guide/latest/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Other versions may work well enough for development and evaluation purposes.
4141
| 3.5.4 | 11/17 | 2.12/2.13 | Yes | No |
4242
| 3.5.5 | 11/17 | 2.12/2.13 | Yes | No |
4343
| 3.5.6 | 11/17 | 2.12/2.13 | Yes | Yes |
44+
| 3.5.7 | 11/17 | 2.12/2.13 | Yes | Yes |
4445

4546
Note that we do not test the full matrix of supported Java and Scala versions in CI for every Spark version.
4647

kube/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM apache/spark:3.5.6 AS builder
18+
FROM apache/spark:3.5.7 AS builder
1919

2020
USER root
2121

@@ -70,7 +70,7 @@ RUN mkdir -p /root/.m2 && \
7070
RUN cd /comet \
7171
&& JAVA_HOME=$(readlink -f $(which javac) | sed "s/\/bin\/javac//") make release-nogit PROFILES="-Pspark-$SPARK_VERSION -Pscala-$SCALA_VERSION"
7272

73-
FROM apache/spark:3.5.6
73+
FROM apache/spark:3.5.7
7474
ENV SPARK_VERSION=3.5
7575
ENV SCALA_VERSION=2.12
7676
USER root

0 commit comments

Comments
 (0)