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 dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n.dnp.dappnode.eth",
"version": "0.1.1",
"version": "0.1.2",
"license": "GPL-3.0",
"shortDescription": "Workflow automation for your home server",
"description": "Self-hosted n8n on Dappnode. Build with the precision of code or the speed of drag-n-drop. n8n gives you more freedom to implement multi-step AI agents and integrate apps than any other tool, all private from your Dappnode",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://n8n.io"
},
"upstreamRepo": "n8n-io/n8n",
"upstreamVersion": "n8n@2.12.0",
"upstreamVersion": "n8n@2.11.4",
"upstreamArg": "UPSTREAM_VERSION",
"exposable": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: n8n@2.12.0
UPSTREAM_VERSION: n8n@2.11.4
image: n8n.dnp.dappnode.eth:0.1.0
restart: unless-stopped
environment:
Expand Down