Skip to content

Commit

Permalink
Update Rust BP (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvasek authored Apr 1, 2024
1 parent c6548e6 commit 31bebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/update-builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@ func addGoAndRustBuildpacks(config *builder.Config) {
{
ModuleInfo: dist.ModuleInfo{
ID: "paketo-community/rust",
Version: "0.45.0",
Version: "0.47.0",
},
ImageOrURI: dist.ImageOrURI{
BuildpackURI: dist.BuildpackURI{URI: "docker://docker.io/paketocommunity/rust:0.45.0"},
BuildpackURI: dist.BuildpackURI{URI: "docker://docker.io/paketocommunity/rust:0.47.0"},
},
},
{
Expand Down

0 comments on commit 31bebd1

Please sign in to comment.