Skip to content

Commit

Permalink
feat(ci): Update Docker build image (#8322)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
1 parent 2a09977 commit 911db1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/render_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
# Version to use for all the base Docker images, see
# https://github.com/DataDog/dd-trace-java-docker-build/pkgs/container/dd-trace-java-docker-build
DOCKER_IMAGE_VERSION="v24.10"
DOCKER_IMAGE_VERSION="v25.01"

# Get labels from pull requests to override some defaults for jobs to run.
# `run-tests: all` will run all tests.
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default:
tags: [ "arch:amd64" ]

.gradle_build: &gradle_build
image: ghcr.io/datadog/dd-trace-java-docker-build:v24.10-base
image: ghcr.io/datadog/dd-trace-java-docker-build:v25.01-base
variables:
GRADLE_OPTS: "-Dorg.gradle.jvmargs='-Xmx2560M -Xms2560M'"
GRADLE_ARGS: " -PskipTests --build-cache --stacktrace --no-daemon --parallel --max-workers=2"
Expand Down

0 comments on commit 911db1b

Please sign in to comment.