Skip to content

Commit

Permalink
Change Docker image to 21-jdk-noble
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg authored Dec 3, 2024
1 parent dc8aff6 commit 2c91613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node ("docker-light") {
--pull always \
--volume ${sourceDir}:/source \
--volume /opt/maven-basis:/opt/maven-basis \
eclipse-temurin:17-jdk-focal \
eclipse-temurin:21-jdk-noble \
bash -c \"apt-get update && \
apt-get install -y git && \
pushd /source && \
Expand Down

0 comments on commit 2c91613

Please sign in to comment.