diff --git a/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache b/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache index 2e20e1660c0..237bdd5acec 100644 --- a/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache +++ b/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache @@ -42,7 +42,7 @@ RUN set -ex; \ dependency:go-offline -DskipTests || true; \ # Spark 4.0 - $MVN_CMD -Pjava-17,scala-2.13,spark-4,backends-velox,hadoop-3.3,spark-ut \ + $MVN_CMD -Pjava-17,scala-2.13,spark-4.0,backends-velox,hadoop-3.3,spark-ut \ -Piceberg,iceberg-test,delta,paimon \ dependency:go-offline -DskipTests || true; \