Skip to content

Commit 1222219

Browse files
authored
Merge pull request #1612 from brsolomon-deloitte/spark/3.2.1
Bump spark from 3.2.0 -> 3.2.1
2 parents ed3c288 + 7507a5d commit 1222219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyspark-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ USER root
1414
# Spark dependencies
1515
# Default values can be overridden at build time
1616
# (ARGS are in lower case to distinguish them from ENV)
17-
ARG spark_version="3.2.0"
17+
ARG spark_version="3.2.1"
1818
ARG hadoop_version="3.2"
19-
ARG spark_checksum="EBE51A449EBD070BE7D3570931044070E53C23076ABAD233B3C51D45A7C99326CF55805EE0D573E6EB7D6A67CFEF1963CD77D6DC07DD2FD70FD60DA9D1F79E5E"
19+
ARG spark_checksum="145ADACF189FECF05FBA3A69841D2804DD66546B11D14FC181AC49D89F3CB5E4FECD9B25F56F0AF767155419CD430838FB651992AEB37D3A6F91E7E009D1F9AE"
2020
ARG openjdk_version="11"
2121

2222
ENV APACHE_SPARK_VERSION="${spark_version}" \

0 commit comments

Comments
 (0)