Skip to content

Commit f066059

Browse files
bump near/nearcore to 1.36.0 (#53)
Co-authored-by: alexpeterson91 <[email protected]>
1 parent 48d85b5 commit f066059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "near.dnp.dappnode.eth",
33
"version": "0.1.3",
4-
"upstreamVersion": "1.35.0",
4+
"upstreamVersion": "1.36.0",
55
"upstreamRepo": "near/nearcore",
66
"upstreamArg": "UPSTREAM_VERSION",
77
"shortDescription": "Reimagine your world.",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: neard_image
77
args:
8-
UPSTREAM_VERSION: 1.35.0
8+
UPSTREAM_VERSION: 1.36.0
99
volumes:
1010
- "near:/srv/near"
1111
restart: unless-stopped

0 commit comments

Comments
 (0)