Skip to content

Commit

Permalink
Replaced coreutils-full with toybox and coreutils for improved security
Browse files Browse the repository at this point in the history
Signed-off-by: rishi-prajapati <[email protected]>
  • Loading branch information
rishi-prajapati committed Jan 3, 2025
1 parent 54a985b commit b540936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
commonDevDeps = []string{"coreutils-full@9.5", "[email protected]"}
commonDevDeps = []string{"[email protected]", "[email protected]", "[email protected]"}
commonRTDeps = []string{"[email protected]"}
rustDeps = []string{"[email protected]"}
pythonDeps = []string{"[email protected]", "[email protected]"}
Expand Down

0 comments on commit b540936

Please sign in to comment.