From cc4be5566d4e61cfc3d8e686290fedca9029ad3b Mon Sep 17 00:00:00 2001 From: nruest Date: Fri, 15 Dec 2017 14:41:04 -0500 Subject: [PATCH] Update since 0.12.1 has been released. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65210c4..52d37e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ RUN mkdir /spark \ && tar -xf "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz" -C /spark --strip-components=1 \ && rm "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz" -CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.12.0" +CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.12.1"