Skip to content

Commit

Permalink
Update Procfile CNB to v2.0.1 (#639)
Browse files Browse the repository at this point in the history
Since there has been a new Procfile CNB release:
https://github.com/heroku/procfile-cnb/releases/tag/v2.0.1
heroku/buildpacks-procfile@v2.0.0...v2.0.1

Also switches the buildpack URI to using the image SHA256, for
parity with the URI used in `heroku/builder`.

GUS-W-13982692.
  • Loading branch information
edmorley authored Aug 21, 2023
1 parent 3bbd80d commit b3772c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Updated `heroku/procfile` to `2.0.1`. ([#639](https://github.com/heroku/buildpacks-node/pull/639))

## [1.1.4] - 2023-08-10

- Updated `heroku/nodejs-corepack` to `1.1.4`.
Expand Down
6 changes: 3 additions & 3 deletions meta-buildpacks/nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = "1.1.4"

[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
version = "2.0.1"
optional = true

[[order]]
Expand All @@ -45,7 +45,7 @@ version = "1.1.4"

[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
version = "2.0.1"
optional = true

[[order]]
Expand All @@ -60,7 +60,7 @@ version = "1.1.4"

[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
version = "2.0.1"
optional = true

[metadata]
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/nodejs/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ uri = "libcnb:heroku/nodejs-yarn"
uri = "libcnb:heroku/nodejs-corepack"

[[dependencies]]
uri = "docker://docker.io/heroku/procfile-cnb:2.0.0"
uri = "docker://docker.io/heroku/procfile-cnb@sha256:ea7219d4bb50196b4f292c9aae397b17255c59a243d7408535d2a03a5cd2b040"

0 comments on commit b3772c6

Please sign in to comment.