Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.java21
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This Dockerfile creates an environment for testing the Jenkins Script Library
# with Java 21. It includes Gradle and all necessary testing tools.

FROM eclipse-temurin:21-jdk
FROM eclipse-temurin:25-jdk

# Set environment variables
ENV GRADLE_VERSION=8.14.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This Dockerfile creates an environment for testing the Jenkins Script Library.
# It includes Java 17, Gradle, and all necessary testing tools.

FROM eclipse-temurin:17-jdk
FROM eclipse-temurin:25-jdk

# Set environment variables
ENV GRADLE_VERSION=8.7
Expand Down
Loading