Skip to content

Commit 370da1d

Browse files
authored
Merge pull request #62 from aws-samples/release-0.4.0
Changed ICEBERG_FRAMEWORK_VERSION to 3.3_2.12
2 parents 71dbd38 + 338b308 commit 370da1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ ARG PYSPARK_VERSION=3.3.0
1010
ARG FRAMEWORK
1111
ARG DELTA_FRAMEWORK_VERSION=2.2.0
1212
ARG HUDI_FRAMEWORK_VERSION=0.12.2
13-
ARG ICEBERG_FRAMEWORK_VERSION=2.2.0
13+
14+
1415
ARG ICEBERG_FRAMEWORK_VERSION=3.3_2.12
15-
ARG ICEBERG_FRAMEWORK_SUB_VERSION=1.1.0
16+
ARG ICEBERG_FRAMEWORK_SUB_VERSION=1.0.0
17+
18+
1619
ARG DEEQU_FRAMEWORK_VERSION=2.0.3-spark-3.3
1720

1821

0 commit comments

Comments
 (0)