Skip to content

Commit f11260d

Browse files
committed
Use the latest docker build image to fix the Oracle Java 8 issue (was using JRE instead of JDK)
Ref https://github.com/DataDog/dd-trace-java-docker-build/pkgs/container/dd-trace-java-docker-build/431585654?tag=latest
1 parent 1205c9a commit f11260d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variables:
2727
GRADLE_VERSION: "8.5" # must match gradle-wrapper.properties
2828
MAVEN_REPOSITORY_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
2929
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
30-
JAVA_BUILD_IMAGE_VERSION: "v25.05"
30+
JAVA_BUILD_IMAGE_VERSION: "latest"
3131
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
3232
DEFAULT_TEST_JVMS: /^(8|11|17|21)$/
3333
PROFILE_TESTS:

0 commit comments

Comments
 (0)