Skip to content

Commit 41cbcde

Browse files
committed
Updating buildpacks in buildpack.toml
1 parent 047f9f2 commit 41cbcde

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

buildpack.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ api = "0.5"
1111

1212
[[order.group]]
1313
id = "paketo-community/cpython"
14-
version = "0.6.0"
14+
version = "0.7.0"
1515

1616
[[order.group]]
1717
id = "paketo-community/pip"
@@ -43,7 +43,7 @@ api = "0.5"
4343

4444
[[order.group]]
4545
id = "paketo-community/cpython"
46-
version = "0.6.0"
46+
version = "0.7.0"
4747

4848
[[order.group]]
4949
id = "paketo-community/pip"
@@ -95,7 +95,7 @@ api = "0.5"
9595

9696
[[order.group]]
9797
id = "paketo-community/cpython"
98-
version = "0.6.0"
98+
version = "0.7.0"
9999

100100
[[order.group]]
101101
id = "paketo-community/python-start"

package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
uri = "build/buildpack.tgz"
44

55
[[dependencies]]
6-
uri = "docker://gcr.io/paketo-community/cpython:0.6.0"
6+
uri = "docker://gcr.io/paketo-community/cpython:0.7.0"
77

88
[[dependencies]]
99
uri = "docker://gcr.io/paketo-community/pip:0.4.1"

0 commit comments

Comments
 (0)