mirror of https://github.com/knative/func.git
Update Rust BP (#2260)
This commit is contained in:
parent
c6548e68b7
commit
31bebd1bfc
|
@ -429,10 +429,10 @@ func addGoAndRustBuildpacks(config *builder.Config) {
|
||||||
{
|
{
|
||||||
ModuleInfo: dist.ModuleInfo{
|
ModuleInfo: dist.ModuleInfo{
|
||||||
ID: "paketo-community/rust",
|
ID: "paketo-community/rust",
|
||||||
Version: "0.45.0",
|
Version: "0.47.0",
|
||||||
},
|
},
|
||||||
ImageOrURI: dist.ImageOrURI{
|
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"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue