Skip to content

Commit 2c91613

Browse files
authored
Change Docker image to 21-jdk-noble
1 parent dc8aff6 commit 2c91613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ node ("docker-light") {
2828
--pull always \
2929
--volume ${sourceDir}:/source \
3030
--volume /opt/maven-basis:/opt/maven-basis \
31-
eclipse-temurin:17-jdk-focal \
31+
eclipse-temurin:21-jdk-noble \
3232
bash -c \"apt-get update && \
3333
apt-get install -y git && \
3434
pushd /source && \

0 commit comments

Comments
 (0)