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.
1 parent 48d85b5 commit f066059Copy full SHA for f066059
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "near.dnp.dappnode.eth",
3
"version": "0.1.3",
4
- "upstreamVersion": "1.35.0",
+ "upstreamVersion": "1.36.0",
5
"upstreamRepo": "near/nearcore",
6
"upstreamArg": "UPSTREAM_VERSION",
7
"shortDescription": "Reimagine your world.",
docker-compose.yml
@@ -5,7 +5,7 @@ services:
build:
context: neard_image
args:
8
- UPSTREAM_VERSION: 1.35.0
+ UPSTREAM_VERSION: 1.36.0
9
volumes:
10
- "near:/srv/near"
11
restart: unless-stopped
0 commit comments