Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot authored and robdimsdale committed Mar 18, 2022
1 parent ea092ae commit fe3f834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "0.9.1"
version = "0.9.2"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand Down Expand Up @@ -72,7 +72,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "0.9.1"
version = "0.9.2"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand Down Expand Up @@ -149,7 +149,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "0.9.1"
version = "0.9.2"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand Down Expand Up @@ -196,7 +196,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "0.9.1"
version = "0.9.2"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand Down Expand Up @@ -243,7 +243,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "0.9.1"
version = "0.9.2"

[[order.group]]
id = "paketo-buildpacks/python-start"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/cpython:0.9.1"
uri = "docker://gcr.io/paketo-buildpacks/cpython:0.9.2"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/pip:0.8.0"
Expand Down

0 comments on commit fe3f834

Please sign in to comment.