Skip to content

Commit 526b92a

Browse files
committed
Try changing DOCKER_IMAGE_VERSION
1 parent 8ab8727 commit 526b92a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/render_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
# Version to use for all the base Docker images, see
3232
# https://github.com/DataDog/dd-trace-java-docker-build/pkgs/container/dd-trace-java-docker-build
33-
DOCKER_IMAGE_VERSION="v25.01"
33+
DOCKER_IMAGE_VERSION="95_merge"
3434

3535
# Get labels from pull requests to override some defaults for jobs to run.
3636
# `run-tests: all` will run all tests.

.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.4" # 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.01"
30+
JAVA_BUILD_IMAGE_VERSION: "95_merge"
3131
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
3232
DEFAULT_TEST_JVMS: /^(8|11|17|21)$/
3333
PROFILE_TESTS:

0 commit comments

Comments
 (0)