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.8.0 to 0.9.0
- Bump docker.io/paketocommunity/rust-dist from 1.14.0 to 1.14.0
- Bump docker.io/paketocommunity/rustup from 1.7.0 to 1.8.1
- Bump gcr.io/paketo-buildpacks/procfile from 5.5.0 to 5.5.0
- Bump gcr.io/paketo-buildpacks/syft from 1.24.2 to 1.24.2

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
paketocommunity authored Feb 9, 2023
1 parent 4cbba1c commit dc9fc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "A sample Builder for using Rust related CNBs"

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

[[buildpacks]]
id = "paketo-community/rust-dist"
Expand All @@ -14,7 +14,7 @@ description = "A sample Builder for using Rust related CNBs"

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

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

0 comments on commit dc9fc9f

Please sign in to comment.