Skip to content

Commit

Permalink
Merge pull request #102 from hoprnet/bot/update-2.0.7
Browse files Browse the repository at this point in the history
Update to release 2.0.7
  • Loading branch information
tolbrino authored Jan 8, 2024
2 parents 5f092fe + 17a076d commit 0c1caa6
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.25",
"version": "1.0.26",
"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.25"
image: "node.hopr.public.dappnode.eth:1.0.26"
build:
context: .
args:
UPSTREAM_VERSION: "2.0.6@sha256:264f15ca82e54a7e18245890c081700f413724425722247f4a37e6963395e451"
UPSTREAM_VERSION: "2.0.7@sha256:cb63467df80840dc20b5f9f6d55977ede6e2902014dc67c86f3bbed3b69815ef"
ports:
- "9091:9091/tcp"
- "9091:9091/udp"
Expand Down

0 comments on commit 0c1caa6

Please sign in to comment.