We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea522f3 + 4ab7d11 commit f9987b2Copy full SHA for f9987b2
dappnode_package.json
@@ -2,7 +2,7 @@
2
"upstream": [
3
{
4
"repo": "paradigmxyz/reth",
5
- "version": "v1.9.0",
+ "version": "v1.9.1",
6
"arg": "UPSTREAM_VERSION"
7
},
8
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: reth
args:
- UPSTREAM_VERSION: v1.9.0
+ UPSTREAM_VERSION: v1.9.1
STAKER_SCRIPTS_VERSION: v0.1.2
9
DATA_DIR: /data/reth
10
volumes:
0 commit comments