Skip to content

Commit 6f26684

Browse files
committed
Test 4.0.1-SNAPSHOT
1 parent 7c26928 commit 6f26684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . .
2222

2323
RUN --mount=type=cache,target=/home/gradle/.gradle/caches gradle --no-daemon clean build -x check
2424

25-
FROM azul/zulu-openjdk:21-jre
25+
FROM azul/zulu-openjdk:24-jre
2626

2727
ARG APP_VERSION=0.1.0-SNAPSHOT
2828
ARG SPARK_UID=185

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lombok = "1.18.38"
2020
operator-sdk = "4.9.0"
2121
okhttp = "4.12.0"
2222
dropwizard-metrics = "4.2.25"
23-
spark = "4.0.0-preview2"
23+
spark = "4.0.1-SNAPSHOT"
2424
log4j = "2.24.2"
2525

2626
# Test

0 commit comments

Comments
 (0)