Skip to content

Commit

Permalink
Update to release 2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto authored Nov 13, 2023
1 parent 0021033 commit 8f66510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hopr.public.dappnode.eth",
"version": "1.0.20",
"version": "1.0.21",
"upstreamVersion": "providence",
"description": "The HOPR protocol ensures everyone has control of their privacy, data, and identity. By running a HOPR Node, you can obtain HOPR tokens by relaying data and connect to the HOPR Network.",
"type": "service",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.5"
services:
node:
image: "node.hopr.public.dappnode.eth:1.0.20"
image: "node.hopr.public.dappnode.eth:1.0.21"
build:
context: .
args:
UPSTREAM_VERSION: "2.0.2@sha256:02445c6e18f9c3198c277f8865bae3dd56adc87f0b690ad19e7c1f166ca6b397"
UPSTREAM_VERSION: ""
ports:
- "9091:9091/tcp"
- "9091:9091/udp"
Expand Down

0 comments on commit 8f66510

Please sign in to comment.