Skip to content

Commit

Permalink
Bump builder to use latest dependency buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mikusa authored and ForestEckhardt committed Jun 21, 2021
1 parent 6dec623 commit f9c081e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ description = "A sample Builder for using Rust related CNBs"

[[buildpacks]]
id = "paketo-community/rust-dist"
uri = "docker://paketocommunity/rust-dist:0.0.11"
uri = "docker://paketocommunity/rust-dist:0.0.12"

[[buildpacks]]
id = "paketo-community/cargo-install"
uri = "docker://paketocommunity/cargo-install:0.0.7"
uri = "docker://paketocommunity/cargo-install:0.0.8"

[[buildpacks]]
id = "paketo-buildpacks/procfile"
uri = "docker://gcr.io/paketo-buildpacks/procfile:4.1.0"
uri = "docker://gcr.io/paketo-buildpacks/procfile:4.2.2"

[[order]]

group = [
{ id = "paketo-community/rust-dist", version="0.0.11"},
{ id = "paketo-community/cargo-install", version="0.0.7"},
{ id = "paketo-buildpacks/procfile", version="4.1.0", optional=true},
{ id = "paketo-community/rust-dist", version="0.0.12"},
{ id = "paketo-community/cargo-install", version="0.0.8"},
{ id = "paketo-buildpacks/procfile", version="4.2.2", optional=true},
]

[stack]
Expand Down

0 comments on commit f9c081e

Please sign in to comment.