Skip to content

Commit

Permalink
Update release-phase & nodejs buildpack versions (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Dec 19, 2024
1 parent 896a5f1 commit 625a3b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions meta-buildpacks/website-nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type = "MIT"

[[order.group]]
id = "heroku/release-phase"
version = "1.0.3"
version = "1.0.4"

[[order.group]]
id = "heroku/nodejs"
version = "3.3.5"
version = "3.4.0"

[[order.group]]
id = "heroku/static-web-server"
Expand Down
4 changes: 2 additions & 2 deletions meta-buildpacks/website-nodejs/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ uri = "."
uri = "libcnb:heroku/website-ember"

[[dependencies]]
uri = "docker://heroku/buildpack-nodejs:3.3.5"
uri = "docker://heroku/buildpack-nodejs:3.4.0"

[[dependencies]]
uri = "libcnb:heroku/static-web-server"

[[dependencies]]
uri = "docker://heroku/buildpack-release-phase:1.0.3"
uri = "docker://heroku/buildpack-release-phase:1.0.4"
2 changes: 1 addition & 1 deletion meta-buildpacks/website/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type = "MIT"

[[order.group]]
id = "heroku/release-phase"
version = "1.0.3"
version = "1.0.4"

[[order.group]]
id = "heroku/static-web-server"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/website/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ uri = "libcnb:heroku/website-public-html"
uri = "libcnb:heroku/static-web-server"

[[dependencies]]
uri = "docker://heroku/buildpack-release-phase:1.0.3"
uri = "docker://heroku/buildpack-release-phase:1.0.4"

0 comments on commit 625a3b0

Please sign in to comment.