mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
chore(heroku): Switch heroku stack to the latest stack heroku-24 (#10085)
# Pull Request Template ## Description - Heroku has marked `heroku-20` stack as EOL by April 2025 - https://help.heroku.com/NPN275RK/heroku-20-end-of-life-faq - https://devcenter.heroku.com/articles/heroku-24-stack Fixes https://linear.app/chatwoot/issue/CW-3552/upgrade-heroku-stack-to-heroku-24
This commit is contained in:
4
app.json
4
app.json
@@ -48,7 +48,7 @@
|
|||||||
"size": "basic"
|
"size": "basic"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stack": "heroku-20",
|
"stack": "heroku-24",
|
||||||
"image": "heroku/ruby",
|
"image": "heroku/ruby",
|
||||||
"addons": [
|
"addons": [
|
||||||
{
|
{
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
"plan": "heroku-postgresql:essential-0"
|
"plan": "heroku-postgresql:essential-0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stack": "heroku-20",
|
"stack": "heroku-24",
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "heroku/nodejs"
|
"url": "heroku/nodejs"
|
||||||
|
|||||||
Reference in New Issue
Block a user