Skip to content

Commit

Permalink
Merge pull request #6246 from DataDog/bbujon/ci
Browse files Browse the repository at this point in the history
Update docker builder image
  • Loading branch information
PerfectSlayer authored Nov 20, 2023
2 parents 397f3ad + 14d6979 commit d18bc66
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="v23.09"
DOCKER_IMAGE_VERSION="v23.10"

# 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 @@ -43,7 +43,7 @@ cache: &default_cache

.gradle_build: &gradle_build
<<: *common
image: ghcr.io/datadog/dd-trace-java-docker-build:base
image: ghcr.io/datadog/dd-trace-java-docker-build:v23.10-base
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle

Expand Down

0 comments on commit d18bc66

Please sign in to comment.