Skip to content

Commit efa91e7

Browse files
committed
reorder
1 parent fd0d3d8 commit efa91e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ ARG BASE_IMAGE_SPARK_VERSION=3.5.6
1818
FROM apache/spark:${BASE_IMAGE_SPARK_VERSION}
1919

2020
# Dependency versions - keep these compatible
21+
ARG ICEBERG_VERSION=1.10.0
22+
ARG ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
2123
ARG SPARK_VERSION=3.5.6
2224
ARG SCALA_VERSION=2.12
23-
ARG ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
24-
ARG ICEBERG_VERSION=1.10.0
2525
ARG HADOOP_VERSION=3.3.4
2626
ARG AWS_SDK_VERSION=1.12.753
2727
ARG MAVEN_MIRROR=https://repo.maven.apache.org/maven2

0 commit comments

Comments
 (0)