Skip to content

Commit

Permalink
Revert "fix: change the not exists base image apache/spark:3.4.3 to 3…
Browse files Browse the repository at this point in the history
….4.2 (#686)" (#854)

This reverts commit e8061ef.
  • Loading branch information
haoxins authored Aug 20, 2024
1 parent 829656c commit 9d2c87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM apache/spark:3.4.2 AS builder
FROM apache/spark:3.4.3 AS builder

USER root

Expand Down Expand Up @@ -59,7 +59,7 @@ COPY pom.xml /comet/pom.xml
RUN cd /comet \
&& JAVA_HOME=$(readlink -f $(which javac) | sed "s/\/bin\/javac//") make release-nogit PROFILES="-Pspark-$SPARK_VERSION -Pscala-$SCALA_VERSION"

FROM apache/spark:3.4.2
FROM apache/spark:3.4.3
ENV SPARK_VERSION=3.4
ENV SCALA_VERSION=2.12
USER root
Expand Down

0 comments on commit 9d2c87f

Please sign in to comment.