Skip to content

Commit

Permalink
Adding asterisk on node-engine buildpack to participate with others s…
Browse files Browse the repository at this point in the history
…tacks too (#923)
  • Loading branch information
pacostas authored Jun 18, 2024
1 parent d9f7595 commit 346ce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/retrieval/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func createDependencyMetadata(release NodeRelease, releaseSchedule ReleaseSchedu
return nil, fmt.Errorf("could get create bionic dependency: %w", err)
}

dep.Stacks = []string{"io.buildpacks.stacks.jammy"}
dep.Stacks = []string{"io.buildpacks.stacks.jammy", "*"}
dep.URI = url
dep.Checksum = fmt.Sprintf("sha256:%s", checksum)
dep.StripComponents = 1
Expand Down

0 comments on commit 346ce09

Please sign in to comment.