Skip to content

Commit

Permalink
Fix docker repository url
Browse files Browse the repository at this point in the history
All our docker buildpack urls are prefixed with `heroku/buildpack-`, not `heroku/buildpacks-`.
  • Loading branch information
colincasey committed Oct 9, 2024
1 parent 4e6757a commit 0eedf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ distros = [
]

[metadata.release]
image = { repository = "docker.io/heroku/buildpacks-deb-packages" }
image = { repository = "docker.io/heroku/buildpack-deb-packages" }

0 comments on commit 0eedf76

Please sign in to comment.