We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c26928 commit 6f26684Copy full SHA for 6f26684
build-tools/docker/Dockerfile
@@ -22,7 +22,7 @@ COPY . .
22
23
RUN --mount=type=cache,target=/home/gradle/.gradle/caches gradle --no-daemon clean build -x check
24
25
-FROM azul/zulu-openjdk:21-jre
+FROM azul/zulu-openjdk:24-jre
26
27
ARG APP_VERSION=0.1.0-SNAPSHOT
28
ARG SPARK_UID=185
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ lombok = "1.18.38"
20
operator-sdk = "4.9.0"
21
okhttp = "4.12.0"
dropwizard-metrics = "4.2.25"
-spark = "4.0.0-preview2"
+spark = "4.0.1-SNAPSHOT"
log4j = "2.24.2"
# Test
0 commit comments