Skip to content

Commit

Permalink
Merge pull request #1951 from DataDog/ivoanjo/fix-wrong-image-in-ci
Browse files Browse the repository at this point in the history
Fix incorrect image used for testing Ruby 3.0
  • Loading branch information
ivoanjo authored Mar 30, 2022
2 parents 710159b + 31d7b2a commit 027aa58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ job_configuration:
- &config-3_0
<<: *filters_all_branches_and_tags
ruby_version: '3.0'
image: ivoanjo/docker-library:ddtrace_rb_3_0_1
image: ivoanjo/docker-library:ddtrace_rb_3_0_3
- &config-3_1
<<: *filters_all_branches_and_tags
ruby_version: '3.1'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0.3_contrib.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 027aa58

Please sign in to comment.