We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b3465 commit 4a0dc00Copy full SHA for 4a0dc00
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "op-node.dnp.dappnode.eth",
3
"version": "0.1.0",
4
- "upstreamVersion": "v1.1.3",
+ "upstreamVersion": "v1.1.4",
5
"upstreamRepo": "ethereum-optimism/op-node",
6
"upstreamArg": "UPSTREAM_VERSION",
7
"shortDescription": "Optimism Rollup node",
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: op-node
args:
- UPSTREAM_VERSION: v1.1.3
+ UPSTREAM_VERSION: v1.1.4
8
environment:
9
- CUSTOM_L1_RPC
10
restart: unless-stopped
0 commit comments