Skip to content

Commit

Permalink
Use jruby instead of circleci/jruby images
Browse files Browse the repository at this point in the history
This update is similar to rubocop/rubocop#10326.
https://hub.docker.com/r/circleci/jruby hasn't been updated in a while.

The quickest way to get new resource is to be able to use official image.
https://hub.docker.com/_/jruby
  • Loading branch information
koic committed Sep 2, 2022
1 parent 0b32b55 commit ab1a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ workflows:
image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build
- rake_default:
name: JRuby 9.3
image: circleci/jruby:9.3
image: jruby:9.3

0 comments on commit ab1a837

Please sign in to comment.