Skip to content

Commit

Permalink
Merge pull request #94 from hoprnet/bot/update-2.0.2
Browse files Browse the repository at this point in the history
Update to release 2.0.2
  • Loading branch information
NumberFour8 authored Nov 10, 2023
2 parents b84d2e3 + 51d6770 commit 0021033
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.19",
"version": "1.0.20",
"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.19"
image: "node.hopr.public.dappnode.eth:1.0.20"
build:
context: .
args:
UPSTREAM_VERSION: "2.0.1@sha256:c3cdca162b48328d3085d3946a3cbc4b1eeab0366d6087622bffd02e02b38059"
UPSTREAM_VERSION: "2.0.2@sha256:02445c6e18f9c3198c277f8865bae3dd56adc87f0b690ad19e7c1f166ca6b397"
ports:
- "9091:9091/tcp"
- "9091:9091/udp"
Expand Down

0 comments on commit 0021033

Please sign in to comment.