Skip to content

Commit

Permalink
Merge pull request #145 from paketo-community/update/package/builder-…
Browse files Browse the repository at this point in the history
…example

Bump docker.io/paketocommunity/cargo from  to
  • Loading branch information
Daniel Mikusa authored Jan 12, 2022
2 parents 1ef135e + 082c34a commit 88d7538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example-builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ description = "A sample Builder for using Rust related CNBs"

[[buildpacks]]
id = "paketo-community/rustup"
uri = "docker://docker.io/paketocommunity/rustup:1.1.1"
uri = "docker://docker.io/paketocommunity/rustup:1.1.2"

[[buildpacks]]
id = "paketo-community/rust-dist"
uri = "docker://docker.io/paketocommunity/rust-dist:1.3.0"
uri = "docker://docker.io/paketocommunity/rust-dist:1.3.1"

[[buildpacks]]
id = "paketo-community/cargo"
uri = "docker://docker.io/paketocommunity/cargo:0.2.0"
uri = "docker://docker.io/paketocommunity/cargo:0.2.1"

[[buildpacks]]
id = "paketo-buildpacks/procfile"
Expand Down

0 comments on commit 88d7538

Please sign in to comment.