Skip to content

Commit 4a0dc00

Browse files
Update v1.1.4 (#5)
Co-authored-by: Diego <[email protected]>
1 parent 29b3465 commit 4a0dc00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "op-node.dnp.dappnode.eth",
33
"version": "0.1.0",
4-
"upstreamVersion": "v1.1.3",
4+
"upstreamVersion": "v1.1.4",
55
"upstreamRepo": "ethereum-optimism/op-node",
66
"upstreamArg": "UPSTREAM_VERSION",
77
"shortDescription": "Optimism Rollup node",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: op-node
66
args:
7-
UPSTREAM_VERSION: v1.1.3
7+
UPSTREAM_VERSION: v1.1.4
88
environment:
99
- CUSTOM_L1_RPC
1010
restart: unless-stopped

0 commit comments

Comments
 (0)