Skip to content

Commit

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

Bump docker.io/paketocommunity/cargo Builder
  • Loading branch information
dmikusa authored Jan 22, 2025
2 parents ee21856 + 8ff1e88 commit e757ac9
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,19 +2,19 @@ description = "A sample Builder for using Rust related CNBs"

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

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

[[buildpacks]]
id = "paketo-buildpacks/syft"
uri = "docker://docker.io/paketobuildpacks/syft:2.6.1"

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

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

0 comments on commit e757ac9

Please sign in to comment.