mirror of https://github.com/knative/func.git
Update rust buildpack (#2778)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
8a061c4ed1
commit
841555ab0a
|
@ -574,10 +574,10 @@ func addGoAndRustBuildpacks(config *builder.Config) {
|
|||
{
|
||||
ModuleInfo: dist.ModuleInfo{
|
||||
ID: "paketo-community/rust",
|
||||
Version: "0.47.0",
|
||||
Version: "0.65.0",
|
||||
},
|
||||
ImageOrURI: dist.ImageOrURI{
|
||||
BuildpackURI: dist.BuildpackURI{URI: "docker://docker.io/paketocommunity/rust:0.47.0"},
|
||||
BuildpackURI: dist.BuildpackURI{URI: "docker://docker.io/paketocommunity/rust:0.65.0"},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue