Skip to content

Commit

Permalink
feat(ci): Update Docker build image (#8282)
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 Jan 29, 2025
1 parent 9efa100 commit f06d59c
Showing 1 changed file with 1 addition and 1 deletion.
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:v23.10-base
image: ghcr.io/datadog/dd-trace-java-docker-build:v24.10-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 f06d59c

Please sign in to comment.