Skip to content

Commit

Permalink
fix(ruby): containerbase ruby prebuild (#19575)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Dec 26, 2022
1 parent 6d09cb8 commit beacdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/exec/containerbase.ts
Expand Up @@ -118,7 +118,7 @@ const allToolConfig: Record<string, ToolConfig> = {
},
ruby: {
datasource: 'github-releases',
depName: 'containerbase/php-ruby',
depName: 'containerbase/ruby-prebuild',
versioning: rubyVersioningId,
},
rust: {
Expand Down

0 comments on commit beacdce

Please sign in to comment.