Skip to content

Commit

Permalink
Update to Pack v0.27.0 and lifecycle v0.14.1 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Jun 23, 2022
1 parent 5adc7e4 commit fd1112f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- checkout
- pack/install-pack:
version: 0.26.0
version: 0.27.0
- attach_workspace:
at: /tmp/workspace
- run: pack builder create << parameters.builder-dir >> --config << parameters.builder-dir >>/builder.toml --pull-policy always
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- run: git clone https://github.com/heroku/<< parameters.language >>-getting-started.git getting-started
- pack/install-pack:
version: 0.26.0
version: 0.27.0
- attach_workspace:
at: /tmp/workspace
- run: docker pull heroku/heroku:<< parameters.stack-tag>>-cnb
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- checkout
- pack/install-pack:
version: 0.26.0
version: 0.27.0
- attach_workspace:
at: /tmp/workspace
- run: docker pull heroku/heroku:<< parameters.stack-tag>>-cnb
Expand Down
2 changes: 1 addition & 1 deletion builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
version = "0.14.0"
version = "0.14.1"

[[buildpacks]]
id = "heroku/nodejs"
Expand Down
2 changes: 1 addition & 1 deletion builder-classic-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
version = "0.14.0"
version = "0.14.1"

[[buildpacks]]
id = "heroku/clojure"
Expand Down
2 changes: 1 addition & 1 deletion buildpacks-18/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:18-cnb-build"
run-image = "heroku/heroku:18-cnb"

[lifecycle]
version = "0.14.0"
version = "0.14.1"

[[buildpacks]]
id = "heroku/java"
Expand Down
2 changes: 1 addition & 1 deletion buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:20-cnb-build"
run-image = "heroku/heroku:20-cnb"

[lifecycle]
version = "0.14.0"
version = "0.14.1"

[[buildpacks]]
id = "heroku/java"
Expand Down

0 comments on commit fd1112f

Please sign in to comment.