Skip to content

Commit

Permalink
Bumps example-builder.toml.
Browse files Browse the repository at this point in the history
- Bump docker.io/paketocommunity/cargo from 0.1.0 to 0.2.0
- Bump docker.io/paketocommunity/rust-dist from 1.2.1 to 1.3.0
- Bump docker.io/paketocommunity/rustup from 1.1.0 to 1.1.1
- Bump gcr.io/paketo-buildpacks/procfile from 5.0.2 to 5.0.2

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
paketocommunity authored Dec 23, 2021
1 parent 4e8e79d commit 5cfcd27
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 5cfcd27

Please sign in to comment.