Skip to content

Commit

Permalink
remove hard-coded version number from Dockerfile (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Oct 18, 2024
1 parent e3ac6cf commit bd541d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd541d6

Please sign in to comment.