From bd541d66dd54df2679d40532ea763224abf30725 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 18 Oct 2024 14:54:55 -0600 Subject: [PATCH] remove hard-coded version number from Dockerfile (#1025) --- kube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/Dockerfile b/kube/Dockerfile index e8ba72dc5..19f12137b 100644 --- a/kube/Dockerfile +++ b/kube/Dockerfile @@ -65,4 +65,4 @@ ENV SCALA_VERSION=2.12 USER root # note the use of a wildcard in the file name so that this works with both snapshot and final release versions -COPY --from=builder /comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-0.2.0*.jar $SPARK_HOME/jars +COPY --from=builder /comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-*.jar $SPARK_HOME/jars