We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7478a0 + 4904aed commit 450c9beCopy full SHA for 450c9be
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nimbus-gnosis.dnp.dappnode.eth",
3
"version": "0.1.0",
4
- "upstreamVersion": "v24.2.1",
+ "upstreamVersion": "v24.2.2",
5
"upstreamRepo": "status-im/nimbus-eth2",
6
"upstreamArg": "UPSTREAM_VERSION",
7
"architectures": ["linux/amd64"],
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: ./build
args:
- UPSTREAM_VERSION: v24.2.1
+ UPSTREAM_VERSION: v24.2.2
8
restart: unless-stopped
9
stop_grace_period: 1m
10
environment:
0 commit comments