We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ac6cf commit bd541d6Copy full SHA for bd541d6
1 file changed
kube/Dockerfile
@@ -65,4 +65,4 @@ ENV SCALA_VERSION=2.12
65
USER root
66
67
# note the use of a wildcard in the file name so that this works with both snapshot and final release versions
68
-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
0 commit comments