Skip to content

Commit

Permalink
Reset Spark and Hadoop version
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Sep 29, 2023
1 parent 277bef1 commit 8d5853d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG OPENJDK_VERSION=8
FROM eclipse-temurin:${OPENJDK_VERSION}-jre

ARG BUILD_DATE
ARG SPARK_VERSION=3.4.1
ARG HADOOP_VERSION=3
ARG SPARK_VERSION=3.1.3
ARG HADOOP_VERSION=3.2

LABEL org.label-schema.name="Apache Spark ${SPARK_VERSION}" \
org.label-schema.build-date=$BUILD_DATE \
Expand Down

0 comments on commit 8d5853d

Please sign in to comment.