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