Skip to content

Commit

Permalink
Fix docker repository url (#57)
Browse files Browse the repository at this point in the history
* Fix docker repository url

All our docker buildpack urls are prefixed with `heroku/buildpack-`, not `heroku/buildpacks-`.

* Change version to `0.0.0` so first published version gets `0.0.1`
  • Loading branch information
colincasey authored Oct 10, 2024
1 parent ac78be9 commit b1ee920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/deb-packages"
version = "0.0.1"
version = "0.0.0"
name = "Heroku .deb Packages Buildpack"
description = "Heroku's buildpack for installing .deb system packages."
homepage = "https://github.com/heroku/buildpacks-deb-packages"
Expand All @@ -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 b1ee920

Please sign in to comment.