Skip to content

Commit

Permalink
fix(devbox): add devbox install tool to containerbase (#34002)
Browse files Browse the repository at this point in the history
  • Loading branch information
burritobill authored Feb 6, 2025
1 parent 27117b1 commit dab6fa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/util/exec/containerbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ const allToolConfig: Record<string, ToolConfig> = {
packageName: 'corepack',
versioning: npmVersioningId,
},
devbox: {
datasource: 'github-releases',
packageName: 'jetify-com/devbox',
versioning: semverVersioningId,
},
dotnet: {
datasource: 'dotnet-version',
packageName: 'dotnet-sdk',
Expand Down

0 comments on commit dab6fa1

Please sign in to comment.