Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM n8nio/n8n:latest
FROM n8nio/n8n:stable

USER root

Expand All @@ -7,4 +7,4 @@ ENTRYPOINT []

COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
CMD ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# n8n-heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/n8n-io/n8n-heroku/tree/main)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/yunus25jmi1/n8n-heroku/tree/main)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Heroku Button Links to Incorrect Fork

The "Deploy to Heroku" button in README.md now links to a personal fork (yunus25jmi1/n8n-heroku) instead of the official repository. This is inconsistent with app.json and could cause users to deploy from an unintended source, appearing unrelated to the PR's PostgreSQL upgrade.

Fix in Cursor Fix in Web


## n8n - Free and open fair-code licensed node based Workflow Automation Tool.

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"plan": "heroku-postgresql",
"options": {
"version": "14"
"version": "16"
}
},
{
Expand Down