Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit d261c0e

Browse files
committed
Use buildpack for Kong 1.1.0
1 parent 7eb3f94 commit d261c0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Kong as a Heroku app
22
====================
3-
Deploy [Kong 1.0](https://konghq.com/blog/kong-1-0-ga/) clusters to Heroku Common Runtime and Private Spaces using the [Kong buildpack](https://github.com/heroku/heroku-buildpack-kong/).
3+
Deploy [Kong 1.1.0rc1](https://discuss.konghq.com/t/kong-1-1-0rc1-available-for-testing/2873) clusters to Heroku Common Runtime and Private Spaces using the [Kong buildpack](https://github.com/heroku/heroku-buildpack-kong/).
44

55
**Upgrading from an earlier version?** See [Upgrade Guide](#user-content-upgrade-guide).
66

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"success_url": "https://github.com/heroku/heroku-kong/blob/master/README.md#user-content-usage",
1515
"stack": "heroku-18",
1616
"buildpacks": [{
17-
"url": "https://github.com/heroku/heroku-buildpack-kong.git"
17+
"url": "https://github.com/heroku/heroku-buildpack-kong.git#kong-1.1.0"
1818
}],
1919
"addons": [
2020
"heroku-postgresql"

0 commit comments

Comments
 (0)