We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab8c90e + 5c66a15 commit 5b74f62Copy full SHA for 5b74f62
2 files changed
dappnode_package.json
@@ -13,7 +13,7 @@
13
"homepage": "https://n8n.io"
14
},
15
"upstreamRepo": "n8n-io/n8n",
16
- "upstreamVersion": "2.11.0",
+ "upstreamVersion": "n8n@2.10.4",
17
"upstreamArg": "UPSTREAM_VERSION",
18
"exposable": [
19
{
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
context: .
6
dockerfile: Dockerfile
7
args:
8
- UPSTREAM_VERSION: 2.11.0
+ UPSTREAM_VERSION: n8n@2.10.4
9
image: n8n.dnp.dappnode.eth:0.1.0
10
restart: unless-stopped
11
environment:
0 commit comments