Skip to content

Commit

Permalink
Update(builder): add support for deno 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jan 16, 2025
1 parent 8e31c1d commit e3021cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ description = "Ubuntu 22.04 Jammy Jellyfish full image with buildpacks for Apach
uri = "docker://gcr.io/paketo-buildpacks/web-servers:0.28.0"
version = "0.28.0"

[[buildpacks]]
uri = "docker://r.planetary-quantum.com/buildpacks/deno-buildpack:0.2.1"
version = "0.2.1"

[lifecycle]
version = "0.20.5"

Expand Down Expand Up @@ -103,6 +107,11 @@ description = "Ubuntu 22.04 Jammy Jellyfish full image with buildpacks for Apach
id = "paketo-buildpacks/procfile"
version = "5.10.1"

[[order]]
[[order.group]]
id = "deno-buildpack"
version = "0.2.1"

[stack]
build-image = "docker.io/paketobuildpacks/build-jammy-full:0.1.61"
id = "io.buildpacks.stacks.jammy"
Expand Down

0 comments on commit e3021cd

Please sign in to comment.