Skip to content

Commit bd541d6

Browse files
authored
remove hard-coded version number from Dockerfile (apache#1025)
1 parent e3ac6cf commit bd541d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kube/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ ENV SCALA_VERSION=2.12
6565
USER root
6666

6767
# 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
68+
COPY --from=builder /comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-*.jar $SPARK_HOME/jars

0 commit comments

Comments
 (0)