Skip to content

Commit

Permalink
Merge pull request #141 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 Dec 23, 2021
2 parents 7cd7855 + 5cfcd27 commit 0a9a27c
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.0"
uri = "docker://docker.io/paketocommunity/rustup:1.1.1"

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

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

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

0 comments on commit 0a9a27c

Please sign in to comment.