Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Feb 23, 2024
1 parent 9cc57e6 commit 897fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd ../..

# Build docker image
docker build \
--build-arg SPARK_URL=https://archive.apache.org/dist/spark/spark-3.2.4/spark-3.2.4-bin-hadoop3.tgz \
--build-arg SPARK_URL=https://archive.apache.org/dist/spark/spark-3.2.4/spark-3.2.4-bin-hadoop2.7.tgz \
--build-arg SPARK_BINARY_NAME=spark-3.2.4-bin-hadoop2.7.tgz \
--build-arg JDBC_URL=https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/${TEST_JDBC_VERSION}/$JDBC_JAR_NAME \
--build-arg JDBC_BINARY_NAME=$JDBC_JAR_NAME \
Expand Down

0 comments on commit 897fc31

Please sign in to comment.