Update to Spark 2.4.1

The mirror we prefer no longer has 2.4.0
This commit is contained in:
Peter Parente
2019-04-10 00:05:53 -04:00
parent 5ed91e8e32
commit 8cea451451

View File

@@ -8,7 +8,7 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root
# Spark dependencies
ENV APACHE_SPARK_VERSION 2.4.0
ENV APACHE_SPARK_VERSION 2.4.1
ENV HADOOP_VERSION 2.7
RUN apt-get -y update && \