Skip to content

Commit

Permalink
Merge pull request #20 from dappnode/dappnodebot/bump-upstream/ethere…
Browse files Browse the repository at this point in the history
…um-optimism/[email protected]

bump ethereum-optimism/optimism to v1.7.4
  • Loading branch information
Marketen authored May 14, 2024
2 parents d32fb92 + d445d55 commit fcd331d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "op-node.dnp.dappnode.eth",
"version": "0.1.2",
"upstreamVersion": "v1.7.1",
"upstreamVersion": "v1.7.4",
"upstreamRepo": "ethereum-optimism/optimism",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Optimism Rollup node",
Expand Down Expand Up @@ -36,7 +36,11 @@
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "CONSENSUS_CLIENT_MAINNET","OP_EXECUTION_CLIENT"],
"envs": [
"EXECUTION_CLIENT_MAINNET",
"CONSENSUS_CLIENT_MAINNET",
"OP_EXECUTION_CLIENT"
],
"services": ["op-node"]
}
]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ services:
build:
context: op-node
args:
UPSTREAM_VERSION: v1.7.1
UPSTREAM_VERSION: v1.7.4
environment:
- CUSTOM_L1_RPC
- CUSTOM_L1_BEACON_API
restart: unless-stopped
image: "op-node.op-node.dnp.dappnode.eth:0.1.2"
image: op-node.op-node.dnp.dappnode.eth:0.1.2

0 comments on commit fcd331d

Please sign in to comment.