Skip to content

Commit

Permalink
Merge pull request #72 from dappnode/dappnodebot/bump-upstream/nearco…
Browse files Browse the repository at this point in the history
…re@1.39.0

bump near/nearcore to 1.39.0
  • Loading branch information
alexpeterson91 committed Apr 14, 2024
2 parents 09268ab + 51ee7dc commit 381cc10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "near.dnp.dappnode.eth",
"version": "0.1.5",
"upstreamVersion": "1.38.2",
"upstreamVersion": "1.39.0",
"upstreamRepo": "near/nearcore",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Reimagine your world.",
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
version: "3.5"
services:
near:
image: "near.near.dnp.dappnode.eth:0.1.0"
image: near.near.dnp.dappnode.eth:0.1.0
build:
context: neard_image
args:
UPSTREAM_VERSION: 1.38.2
UPSTREAM_VERSION: 1.39.0
volumes:
- "near:/srv/near"
- near:/srv/near
restart: unless-stopped
ports:
- "24567:24567/tcp"
- "24567:24567/udp"
- 24567:24567/tcp
- 24567:24567/udp
wallet:
image: "wallet.near.dnp.dappnode.eth:0.1.0"
image: wallet.near.dnp.dappnode.eth:0.1.0
build:
context: wallet
args:
NODE_URL: "http://near.dappnode:3030"
NODE_URL: http://near.dappnode:3030
restart: unless-stopped
volumes:
near: {}

0 comments on commit 381cc10

Please sign in to comment.