Skip to content

Commit

Permalink
Update v1.1.4 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego <dsimog01@estudiantes.unileon.es>
  • Loading branch information
dappnodedev and dsimog01 authored Sep 27, 2023
1 parent 29b3465 commit 4a0dc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0",
"upstreamVersion": "v1.1.3",
"upstreamVersion": "v1.1.4",
"upstreamRepo": "ethereum-optimism/op-node",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Optimism Rollup node",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: op-node
args:
UPSTREAM_VERSION: v1.1.3
UPSTREAM_VERSION: v1.1.4
environment:
- CUSTOM_L1_RPC
restart: unless-stopped
Expand Down

0 comments on commit 4a0dc00

Please sign in to comment.