Browse Source

#3334 - Updates heroku app.json stack descriptor.

James Jeffers 1 year ago
parent
commit
67e0e7a5d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.json

+ 1 - 1
app.json

@@ -22,5 +22,5 @@
     },
     "addons": ["heroku-postgresql"],
     "success_url": "/users/sign_up",
-    "stack": "heroku-18"
+    "stack": "heroku-22"
 }