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 4bf0600 + da3248d commit f1b9490Copy full SHA for f1b9490
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "near.dnp.dappnode.eth",
3
- "version": "0.1.0",
4
- "upstreamVersion": "1.31.1",
+ "version": "0.1.2",
+ "upstreamVersion": "1.33.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.31.1
+ UPSTREAM_VERSION: 1.33.0
9
volumes:
10
- "near:/srv/near"
11
restart: unless-stopped
0 commit comments